Searched refs:l_res (Results 1 – 4 of 4) sorted by relevance
732 opj_tcd_resolution_t *l_res = 00; in opj_tcd_init_tile() local882 l_res = l_tilec->resolutions; in opj_tcd_init_tile()900 l_res->x0 = opj_int_ceildivpow2(l_tilec->x0, (OPJ_INT32)l_level_no); in opj_tcd_init_tile()901 l_res->y0 = opj_int_ceildivpow2(l_tilec->y0, (OPJ_INT32)l_level_no); in opj_tcd_init_tile()902 l_res->x1 = opj_int_ceildivpow2(l_tilec->x1, (OPJ_INT32)l_level_no); in opj_tcd_init_tile()903 l_res->y1 = opj_int_ceildivpow2(l_tilec->y1, (OPJ_INT32)l_level_no); in opj_tcd_init_tile()911 l_tl_prc_x_start = opj_int_floordivpow2(l_res->x0, (OPJ_INT32)l_pdx) << l_pdx; in opj_tcd_init_tile()912 l_tl_prc_y_start = opj_int_floordivpow2(l_res->y0, (OPJ_INT32)l_pdy) << l_pdy; in opj_tcd_init_tile()913 l_br_prc_x_end = opj_int_ceildivpow2(l_res->x1, (OPJ_INT32)l_pdx) << l_pdx; in opj_tcd_init_tile()914 l_br_prc_y_end = opj_int_ceildivpow2(l_res->y1, (OPJ_INT32)l_pdy) << l_pdy; in opj_tcd_init_tile()[all …]
1481 opj_pi_resolution_t *l_res = l_current_comp->resolutions; in opj_pi_create_decode() local1489 l_res->pdx = *(l_encoding_value_ptr++); in opj_pi_create_decode()1490 l_res->pdy = *(l_encoding_value_ptr++); in opj_pi_create_decode()1491 l_res->pw = *(l_encoding_value_ptr++); in opj_pi_create_decode()1492 l_res->ph = *(l_encoding_value_ptr++); in opj_pi_create_decode()1493 ++l_res; in opj_pi_create_decode()1520 opj_pi_resolution_t *l_res = l_current_comp->resolutions; in opj_pi_create_decode() local1528 l_res->pdx = *(l_encoding_value_ptr++); in opj_pi_create_decode()1529 l_res->pdy = *(l_encoding_value_ptr++); in opj_pi_create_decode()1530 l_res->pw = *(l_encoding_value_ptr++); in opj_pi_create_decode()[all …]
1018 opj_tcd_resolution_t* l_res = in opj_t2_read_packet_header() local1027 l_band = l_res->bands; in opj_t2_read_packet_header()1030 for (bandno = 0; bandno < l_res->numbands; ++bandno) { in opj_t2_read_packet_header()1139 l_band = l_res->bands; in opj_t2_read_packet_header()1140 for (bandno = 0; bandno < l_res->numbands; ++bandno, ++l_band) { in opj_t2_read_packet_header()1295 opj_tcd_resolution_t* l_res = in opj_t2_read_packet_data() local1301 l_band = l_res->bands; in opj_t2_read_packet_data()1302 for (bandno = 0; bandno < l_res->numbands; ++bandno) { in opj_t2_read_packet_data()1423 opj_tcd_resolution_t* l_res = in opj_t2_skip_packet_data() local1430 l_band = l_res->bands; in opj_t2_skip_packet_data()[all …]
9029 opj_tcd_resolution_t* l_res = l_tilec->resolutions + in opj_j2k_update_image_data() local9031 res_x0 = l_res->x0; in opj_j2k_update_image_data()9032 res_y0 = l_res->y0; in opj_j2k_update_image_data()9033 res_x1 = l_res->x1; in opj_j2k_update_image_data()9034 res_y1 = l_res->y1; in opj_j2k_update_image_data()9040 opj_tcd_resolution_t* l_res = l_tilec->resolutions + in opj_j2k_update_image_data() local9042 res_x0 = (OPJ_INT32)l_res->win_x0; in opj_j2k_update_image_data()9043 res_y0 = (OPJ_INT32)l_res->win_y0; in opj_j2k_update_image_data()9044 res_x1 = (OPJ_INT32)l_res->win_x1; in opj_j2k_update_image_data()9045 res_y1 = (OPJ_INT32)l_res->win_y1; in opj_j2k_update_image_data()[all …]