Searched refs:l_max_prec (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | pi.c | 1178 OPJ_UINT32 l_max_prec; in opj_pi_create_decode() local 1237 …_image,p_cp,p_tile_no,&l_tx0,&l_tx1,&l_ty0,&l_ty1,&l_dx_min,&l_dy_min,&l_max_prec,&l_max_res,l_tmp… in opj_pi_create_decode() 1241 l_step_c = l_max_prec * l_step_p; in opj_pi_create_decode() 1359 opj_pi_update_decode_poc (l_pi,l_tcp,l_max_prec,l_max_res); in opj_pi_create_decode() 1363 opj_pi_update_decode_not_poc(l_pi,l_tcp,l_max_prec,l_max_res); in opj_pi_create_decode() 1385 OPJ_UINT32 l_max_prec; in opj_pi_initialise_encode() local 1440 …_image,p_cp,p_tile_no,&l_tx0,&l_tx1,&l_ty0,&l_ty1,&l_dx_min,&l_dy_min,&l_max_prec,&l_max_res,l_tmp… in opj_pi_initialise_encode() 1444 l_step_c = l_max_prec * l_step_p; 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 …]
|