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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dpi.c610 OPJ_UINT32 l_pdx, l_pdy; local
629 l_pdx = l_tccp->prcw[resno];
632 l_dx = l_img_comp->dx * (1u << (l_pdx + l_tccp->numresolutions - 1 - resno));
647 l_px0 = opj_int_floordivpow2(l_rx0, (OPJ_INT32)l_pdx) << l_pdx;
649 l_px1 = opj_int_ceildivpow2(l_rx1, (OPJ_INT32)l_pdx) << l_pdx;
653 l_pw = (l_rx0==l_rx1)?0:(OPJ_UINT32)((l_px1 - l_px0) >> l_pdx);
736 OPJ_UINT32 l_pdx, l_pdy , l_pw , l_ph; local
755 l_pdx
[all...]
H A Dtcd.c675 OPJ_UINT32 l_pdx, l_pdy; local
807 l_pdx = l_tccp->prcw[resno];
809 /*fprintf(stderr, "\t\t\tpdx=%d, pdy=%d\n", l_pdx, l_pdy);*/
811 l_tl_prc_x_start = opj_int_floordivpow2(l_res->x0, (OPJ_INT32)l_pdx) << l_pdx;
813 l_br_prc_x_end = opj_int_ceildivpow2(l_res->x1, (OPJ_INT32)l_pdx) << l_pdx;
817 l_res->pw = (l_res->x0 == l_res->x1) ? 0 : (OPJ_UINT32)((l_br_prc_x_end - l_tl_prc_x_start) >> l_pdx);
828 cbgwidthexpn = l_pdx;
837 cbgwidthexpn = l_pdx
[all...]

Completed in 68 milliseconds