Searched refs:l_level_no (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | tcd.c | 638 OPJ_UINT32 l_level_no; \ 752 l_level_no = l_tilec->numresolutions - 1; \ 770 …l_res->x0 = opj_int_ceildivpow2(l_tilec->x0, (OPJ_INT32)l_level_no); … 771 …l_res->y0 = opj_int_ceildivpow2(l_tilec->y0, (OPJ_INT32)l_level_no); … 772 …l_res->x1 = opj_int_ceildivpow2(l_tilec->x1, (OPJ_INT32)l_level_no); … 773 …l_res->y1 = opj_int_ceildivpow2(l_tilec->y1, (OPJ_INT32)l_level_no); … 821 …l_band->x0 = opj_int_ceildivpow2(l_tilec->x0, (OPJ_INT32)l_level_no); … 822 …l_band->y0 = opj_int_ceildivpow2(l_tilec->y0, (OPJ_INT32)l_level_no); … 823 …l_band->x1 = opj_int_ceildivpow2(l_tilec->x1, (OPJ_INT32)l_level_no); … 824 …l_band->y1 = opj_int_ceildivpow2(l_tilec->y1, (OPJ_INT32)l_level_no); … [all …]
|
D | pi.c | 607 OPJ_UINT32 l_level_no; in opj_get_encoding_parameters() local 640 l_level_no = l_tccp->numresolutions - 1 - resno; in opj_get_encoding_parameters() 642 l_rx0 = opj_int_ceildivpow2(l_tcx0, (OPJ_INT32)l_level_no); in opj_get_encoding_parameters() 643 l_ry0 = opj_int_ceildivpow2(l_tcy0, (OPJ_INT32)l_level_no); in opj_get_encoding_parameters() 644 l_rx1 = opj_int_ceildivpow2(l_tcx1, (OPJ_INT32)l_level_no); in opj_get_encoding_parameters() 645 l_ry1 = opj_int_ceildivpow2(l_tcy1, (OPJ_INT32)l_level_no); in opj_get_encoding_parameters() 726 OPJ_UINT32 l_level_no; in opj_get_all_encoding_parameters() local 745 l_level_no = l_tccp->numresolutions - 1; in opj_get_all_encoding_parameters() 754 l_dx = l_img_comp->dx * (1u << (l_pdx + l_level_no)); in opj_get_all_encoding_parameters() 755 l_dy = l_img_comp->dy * (1u << (l_pdy + l_level_no)); in opj_get_all_encoding_parameters() [all …]
|