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

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
pi.c 626 OPJ_UINT32 l_dx, l_dy; local
632 l_dx = l_img_comp->dx * (1u << (l_pdx + l_tccp->numresolutions - 1 - resno));
636 *p_dx_min = opj_uint_min(*p_dx_min, l_dx);
690 /* to store l_dx, l_dy, w and h for each resolution and component.*/
710 /* here calculation of tx0, tx1, ty0, ty1, maxprec, l_dx and l_dy */
747 OPJ_UINT32 l_dx, l_dy; local
754 l_dx = l_img_comp->dx * (1u << (l_pdx + l_level_no));
756 /* take the minimum size for l_dx for each comp and resolution*/
757 *p_dx_min = (OPJ_UINT32)opj_int_min((OPJ_INT32)*p_dx_min, (OPJ_INT32)l_dx);
    [all...]

Completed in 160 milliseconds