Searched refs:l_res (Results 1 – 4 of 4) sorted by relevance
669 opj_tcd_resolution_t *l_res = 00; in opj_tcd_init_tile() local788 l_res = l_tilec->resolutions; in opj_tcd_init_tile()805 l_res->x0 = opj_int_ceildivpow2(l_tilec->x0, (OPJ_INT32)l_level_no); in opj_tcd_init_tile()806 l_res->y0 = opj_int_ceildivpow2(l_tilec->y0, (OPJ_INT32)l_level_no); in opj_tcd_init_tile()807 l_res->x1 = opj_int_ceildivpow2(l_tilec->x1, (OPJ_INT32)l_level_no); in opj_tcd_init_tile()808 l_res->y1 = opj_int_ceildivpow2(l_tilec->y1, (OPJ_INT32)l_level_no); in opj_tcd_init_tile()815 l_tl_prc_x_start = opj_int_floordivpow2(l_res->x0, (OPJ_INT32)l_pdx) << l_pdx; in opj_tcd_init_tile()816 l_tl_prc_y_start = opj_int_floordivpow2(l_res->y0, (OPJ_INT32)l_pdy) << l_pdy; in opj_tcd_init_tile()817 l_br_prc_x_end = opj_int_ceildivpow2(l_res->x1, (OPJ_INT32)l_pdx) << l_pdx; in opj_tcd_init_tile()818 l_br_prc_y_end = opj_int_ceildivpow2(l_res->y1, (OPJ_INT32)l_pdy) << l_pdy; in opj_tcd_init_tile()[all …]
1287 opj_pi_resolution_t *l_res = l_current_comp->resolutions; in opj_pi_create_decode() local1296 l_res->pdx = *(l_encoding_value_ptr++); in opj_pi_create_decode()1297 l_res->pdy = *(l_encoding_value_ptr++); in opj_pi_create_decode()1298 l_res->pw = *(l_encoding_value_ptr++); in opj_pi_create_decode()1299 l_res->ph = *(l_encoding_value_ptr++); in opj_pi_create_decode()1300 ++l_res; in opj_pi_create_decode()1329 opj_pi_resolution_t *l_res = l_current_comp->resolutions; in opj_pi_create_decode() local1338 l_res->pdx = *(l_encoding_value_ptr++); in opj_pi_create_decode()1339 l_res->pdy = *(l_encoding_value_ptr++); in opj_pi_create_decode()1340 l_res->pw = *(l_encoding_value_ptr++); in opj_pi_create_decode()[all …]
859 opj_tcd_resolution_t* l_res = &p_tile->comps[p_pi->compno].resolutions[p_pi->resno]; in opj_t2_read_packet_header() local867 l_band = l_res->bands; in opj_t2_read_packet_header()870 for (bandno = 0; bandno < l_res->numbands; ++bandno) { in opj_t2_read_packet_header()972 l_band = l_res->bands; in opj_t2_read_packet_header()973 for (bandno = 0; bandno < l_res->numbands; ++bandno) { in opj_t2_read_packet_header()1117 opj_tcd_resolution_t* l_res = &p_tile->comps[p_pi->compno].resolutions[p_pi->resno]; in opj_t2_read_packet_data() local1122 l_band = l_res->bands; in opj_t2_read_packet_data()1123 for (bandno = 0; bandno < l_res->numbands; ++bandno) { in opj_t2_read_packet_data()1250 opj_tcd_resolution_t* l_res = &p_tile->comps[p_pi->compno].resolutions[p_pi->resno]; in opj_t2_skip_packet_data() local1256 l_band = l_res->bands; in opj_t2_skip_packet_data()[all …]
8143 opj_tcd_resolution_t* l_res= 00; in opj_j2k_update_image_data() local8174 l_res = l_tilec->resolutions + l_img_comp_src->resno_decoded; in opj_j2k_update_image_data()8191 l_width_src = (OPJ_UINT32)(l_res->x1 - l_res->x0); in opj_j2k_update_image_data()8192 l_height_src = (OPJ_UINT32)(l_res->y1 - l_res->y0); in opj_j2k_update_image_data()8212 assert( l_res->x0 >= 0); in opj_j2k_update_image_data()8213 assert( l_res->x1 >= 0); in opj_j2k_update_image_data()8214 if ( l_x0_dest < (OPJ_UINT32)l_res->x0 ) { in opj_j2k_update_image_data()8215 l_start_x_dest = (OPJ_UINT32)l_res->x0 - l_x0_dest; in opj_j2k_update_image_data()8218 if ( l_x1_dest >= (OPJ_UINT32)l_res->x1 ) { in opj_j2k_update_image_data()8223 l_width_dest = l_x1_dest - (OPJ_UINT32)l_res->x0 ; in opj_j2k_update_image_data()[all …]