• Home
  • Raw
  • Download

Lines Matching refs:l_max_prec

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()
1851 OPJ_UINT32 l_max_prec; in opj_pi_update_encoding_parameters() local
1866 …ers(p_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); in opj_pi_update_encoding_parameters()
1869 …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_update_encoding_parameters()
1872 …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_update_encoding_parameters()