Searched refs:l_tx1 (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | pi.c | 1179 OPJ_INT32 l_tx0,l_tx1,l_ty0,l_ty1; in opj_pi_create_decode() local 1237 …opj_get_all_encoding_parameters(p_image,p_cp,p_tile_no,&l_tx0,&l_tx1,&l_ty0,&l_ty1,&l_dx_min,&l_dy… in opj_pi_create_decode() 1272 l_current_pi->tx1 = l_tx1; in opj_pi_create_decode() 1316 l_current_pi->tx1 = l_tx1; in opj_pi_create_decode() 1386 OPJ_INT32 l_tx0,l_tx1,l_ty0,l_ty1; in opj_pi_initialise_encode() local 1440 …opj_get_all_encoding_parameters(p_image,p_cp,p_tile_no,&l_tx0,&l_tx1,&l_ty0,&l_ty1,&l_dx_min,&l_dy… in opj_pi_initialise_encode() 1467 l_current_pi->tx1 = l_tx1; in opj_pi_initialise_encode() 1506 l_current_pi->tx1 = l_tx1; in opj_pi_initialise_encode() 1546 …opj_pi_update_encode_poc_and_final(p_cp,p_tile_no,l_tx0,l_tx1,l_ty0,l_ty1,l_max_prec,l_max_res,l_d… in opj_pi_initialise_encode() 1549 …opj_pi_update_encode_not_poc(p_cp,p_image->numcomps,p_tile_no,l_tx0,l_tx1,l_ty0,l_ty1,l_max_prec,l… in opj_pi_initialise_encode() [all …]
|
D | j2k.c | 1965 OPJ_UINT32 l_tmp, l_tx1, l_ty1; in opj_j2k_read_siz() local 2045 l_tx1 = opj_uint_adds(l_cp->tx0, l_cp->tdx); /* manage overflow */ in opj_j2k_read_siz() 2047 …if ((l_cp->tx0 > l_image->x0) || (l_cp->ty0 > l_image->y0) || (l_tx1 <= l_image->x0) || (l_ty1 <= … in opj_j2k_read_siz()
|