Searched defs:l_dx (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dpi.c636 OPJ_UINT32 l_dx, l_dy; local
642 l_dx = l_img_comp->dx * (1u << (l_pdx + l_tccp->numresolutions - 1 - resno));
646 *p_dx_min = opj_uint_min(*p_dx_min, l_dx);
700 /* to store l_dx, l_dy, w and h for each resolution and component.*/
723 /* here calculation of tx0, tx1, ty0, ty1, maxprec, l_dx and l_dy */
762 OPJ_UINT32 l_dx, l_dy; local
769 l_dx = l_img_comp->dx * (1u << (l_pdx + l_level_no));
771 /* take the minimum size for l_dx for each comp and resolution*/
772 *p_dx_min = (OPJ_UINT32)opj_int_min((OPJ_INT32)*p_dx_min, (OPJ_INT32)l_dx);

Completed in 1086 milliseconds