Searched refs:l_tx1 (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | pi.c | 1169 OPJ_INT32 l_tx0,l_tx1,l_ty0,l_ty1; in opj_pi_create_decode() local 1227 …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() 1256 l_current_pi->tx1 = l_tx1; in opj_pi_create_decode() 1300 l_current_pi->tx1 = l_tx1; in opj_pi_create_decode() 1370 OPJ_INT32 l_tx0,l_tx1,l_ty0,l_ty1; in opj_pi_initialise_encode() local 1424 …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() 1451 l_current_pi->tx1 = l_tx1; in opj_pi_initialise_encode() 1490 l_current_pi->tx1 = l_tx1; in opj_pi_initialise_encode() 1530 …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() 1533 …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 | 1922 OPJ_UINT32 l_tmp, l_tx1, l_ty1; in opj_j2k_read_siz() local 2002 l_tx1 = l_cp->tx0 + l_cp->tdx; in opj_j2k_read_siz() 2003 if (l_tx1 < l_cp->tx0) { /* manage overflow */ in opj_j2k_read_siz() 2004 l_tx1 = 0xFFFFFFFFU; in opj_j2k_read_siz() 2010 …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()
|