Searched refs:l_res (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | 0037-tcd_init_tile.patch | 7 l_tl_prc_x_start = opj_int_floordivpow2(l_res->x0, (OPJ_INT32)l_pdx) << l_pdx; 8 l_tl_prc_y_start = opj_int_floordivpow2(l_res->y0, (OPJ_INT32)l_pdy) << l_pdy; 9 - l_br_prc_x_end = opj_int_ceildivpow2(l_res->x1, (OPJ_INT32)l_pdx) << l_pdx; 10 - l_br_prc_y_end = opj_int_ceildivpow2(l_res->y1, (OPJ_INT32)l_pdy) << l_pdy; 12 + OPJ_UINT32 tmp = ((OPJ_UINT32)opj_int_ceildivpow2(l_res->x1, 21 + OPJ_UINT32 tmp = ((OPJ_UINT32)opj_int_ceildivpow2(l_res->y1, 31 l_res->pw = (l_res->x0 == l_res->x1) ? 0U : (OPJ_UINT32)((
|
D | tcd.c | 732 opj_tcd_resolution_t *l_res = 00; in opj_tcd_init_tile() local 882 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() 914 OPJ_UINT32 tmp = ((OPJ_UINT32)opj_int_ceildivpow2(l_res->x1, in opj_tcd_init_tile() 923 OPJ_UINT32 tmp = ((OPJ_UINT32)opj_int_ceildivpow2(l_res->y1, in opj_tcd_init_tile() [all …]
|
D | pi.c | 1484 opj_pi_resolution_t *l_res = l_current_comp->resolutions; in opj_pi_create_decode() local 1492 l_res->pdx = *(l_encoding_value_ptr++); in opj_pi_create_decode() 1493 l_res->pdy = *(l_encoding_value_ptr++); in opj_pi_create_decode() 1494 l_res->pw = *(l_encoding_value_ptr++); in opj_pi_create_decode() 1495 l_res->ph = *(l_encoding_value_ptr++); in opj_pi_create_decode() 1496 ++l_res; in opj_pi_create_decode() 1523 opj_pi_resolution_t *l_res = l_current_comp->resolutions; in opj_pi_create_decode() local 1531 l_res->pdx = *(l_encoding_value_ptr++); in opj_pi_create_decode() 1532 l_res->pdy = *(l_encoding_value_ptr++); in opj_pi_create_decode() 1533 l_res->pw = *(l_encoding_value_ptr++); in opj_pi_create_decode() [all …]
|
D | t2.c | 1026 opj_tcd_resolution_t* l_res = in opj_t2_read_packet_header() local 1035 l_band = l_res->bands; in opj_t2_read_packet_header() 1038 for (bandno = 0; bandno < l_res->numbands; ++bandno) { in opj_t2_read_packet_header() 1147 l_band = l_res->bands; in opj_t2_read_packet_header() 1148 for (bandno = 0; bandno < l_res->numbands; ++bandno, ++l_band) { in opj_t2_read_packet_header() 1303 opj_tcd_resolution_t* l_res = in opj_t2_read_packet_data() local 1309 l_band = l_res->bands; in opj_t2_read_packet_data() 1310 for (bandno = 0; bandno < l_res->numbands; ++bandno) { in opj_t2_read_packet_data() 1431 opj_tcd_resolution_t* l_res = in opj_t2_skip_packet_data() local 1438 l_band = l_res->bands; in opj_t2_skip_packet_data() [all …]
|
D | j2k.c | 9045 opj_tcd_resolution_t* l_res = l_tilec->resolutions + in opj_j2k_update_image_data() local 9047 res_x0 = l_res->x0; in opj_j2k_update_image_data() 9048 res_y0 = l_res->y0; in opj_j2k_update_image_data() 9049 res_x1 = l_res->x1; in opj_j2k_update_image_data() 9050 res_y1 = l_res->y1; in opj_j2k_update_image_data() 9056 opj_tcd_resolution_t* l_res = l_tilec->resolutions + in opj_j2k_update_image_data() local 9058 res_x0 = (OPJ_INT32)l_res->win_x0; in opj_j2k_update_image_data() 9059 res_y0 = (OPJ_INT32)l_res->win_y0; in opj_j2k_update_image_data() 9060 res_x1 = (OPJ_INT32)l_res->win_x1; in opj_j2k_update_image_data() 9061 res_y1 = (OPJ_INT32)l_res->win_y1; in opj_j2k_update_image_data() [all …]
|