HomeSort by relevance Sort by last modified time
    Searched refs:l_level_no (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
tcd.c 675 OPJ_UINT32 l_level_no; local
    [all...]
pi.c 617 OPJ_UINT32 l_level_no; local
650 l_level_no = l_tccp->numresolutions - 1 - resno;
652 l_rx0 = opj_int_ceildivpow2(l_tcx0, (OPJ_INT32)l_level_no);
653 l_ry0 = opj_int_ceildivpow2(l_tcy0, (OPJ_INT32)l_level_no);
654 l_rx1 = opj_int_ceildivpow2(l_tcx1, (OPJ_INT32)l_level_no);
655 l_ry1 = opj_int_ceildivpow2(l_tcy1, (OPJ_INT32)l_level_no);
741 OPJ_UINT32 l_level_no; local
760 l_level_no = l_tccp->numresolutions - 1;
769 l_dx = l_img_comp->dx * (1u << (l_pdx + l_level_no));
770 l_dy = l_img_comp->dy * (1u << (l_pdy + l_level_no));
    [all...]

Completed in 63 milliseconds