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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dpi.c626 OPJ_UINT32 l_dx, l_dy; local
633 l_dy = l_img_comp->dy * (1u << (l_pdy + l_tccp->numresolutions - 1 - resno));
637 *p_dy_min = opj_uint_min(*p_dy_min, l_dy);
690 /* to store l_dx, l_dy, w and h for each resolution and component.*/
713 /* here calculation of tx0, tx1, ty0, ty1, maxprec, l_dx and l_dy */
752 OPJ_UINT32 l_dx, l_dy; local
760 l_dy = l_img_comp->dy * (1u << (l_pdy + l_level_no));
763 *p_dy_min = (OPJ_UINT32)opj_int_min((OPJ_INT32)*p_dy_min, (OPJ_INT32)l_dy);

Completed in 31 milliseconds