Searched refs:l_level_no (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dpi.c794 OPJ_UINT32 l_level_no; local
827 l_level_no = l_tccp->numresolutions - 1 - resno;
829 l_rx0 = opj_int_ceildivpow2(l_tcx0, (OPJ_INT32)l_level_no);
830 l_ry0 = opj_int_ceildivpow2(l_tcy0, (OPJ_INT32)l_level_no);
831 l_rx1 = opj_int_ceildivpow2(l_tcx1, (OPJ_INT32)l_level_no);
832 l_ry1 = opj_int_ceildivpow2(l_tcy1, (OPJ_INT32)l_level_no);
920 OPJ_UINT32 l_level_no; local
939 l_level_no = l_tccp->numresolutions;
943 --l_level_no;
950 if (l_pdx + l_level_no < 3
[all...]
H A Dtcd.c738 OPJ_UINT32 l_level_no; local
881 l_level_no = l_tilec->numresolutions;
889 /*fprintf(stderr, "\tlevel_no=%d\n",l_level_no);*/
897 --l_level_no;
900 l_res->x0 = opj_int_ceildivpow2(l_tilec->x0, (OPJ_INT32)l_level_no);
901 l_res->y0 = opj_int_ceildivpow2(l_tilec->y0, (OPJ_INT32)l_level_no);
902 l_res->x1 = opj_int_ceildivpow2(l_tilec->x1, (OPJ_INT32)l_level_no);
903 l_res->y1 = opj_int_ceildivpow2(l_tilec->y1, (OPJ_INT32)l_level_no);
964 l_band->x0 = opj_int_ceildivpow2(l_tilec->x0, (OPJ_INT32)l_level_no);
965 l_band->y0 = opj_int_ceildivpow2(l_tilec->y0, (OPJ_INT32)l_level_no);
[all...]

Completed in 86 milliseconds