HomeSort by relevance Sort by last modified time
    Searched full:l_dy (Results 1 - 1 of 1) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
pi.c 636 OPJ_UINT32 l_dx, l_dy; local
643 l_dy = l_img_comp->dy * (1u << (l_pdy + l_tccp->numresolutions - 1 - resno));
647 *p_dy_min = opj_uint_min(*p_dy_min, l_dy);
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
770 l_dy = l_img_comp->dy * (1u << (l_pdy + l_level_no));
773 *p_dy_min = (OPJ_UINT32)opj_int_min((OPJ_INT32)*p_dy_min, (OPJ_INT32)l_dy);
    [all...]

Completed in 824 milliseconds