• Home
  • Raw
  • Download

Lines Matching refs:l_ty0

707 	OPJ_UINT32 l_tx0, l_ty0;  in opj_get_all_encoding_parameters()  local
727 l_ty0 = p_cp->ty0 + q * p_cp->tdy; /* can't be greater than p_image->y1 so won't overflow */ in opj_get_all_encoding_parameters()
728 *p_ty0 = (OPJ_INT32)opj_uint_max(l_ty0, p_image->y0); in opj_get_all_encoding_parameters()
729 *p_ty1 = (OPJ_INT32)opj_uint_min(opj_uint_adds(l_ty0, p_cp->tdy), p_image->y1); in opj_get_all_encoding_parameters()
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()
1271 l_current_pi->ty0 = l_ty0; in opj_pi_create_decode()
1315 l_current_pi->ty0 = l_ty0; 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()
1466 l_current_pi->ty0 = l_ty0; in opj_pi_initialise_encode()
1505 l_current_pi->ty0 = l_ty0; 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()
1852 OPJ_INT32 l_tx0,l_tx1,l_ty0,l_ty1; in opj_pi_update_encoding_parameters() local
1866 …opj_get_encoding_parameters(p_image,p_cp,p_tile_no,&l_tx0,&l_tx1,&l_ty0,&l_ty1,&l_dx_min,&l_dy_min… 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()