OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:l_dx
(Results
1 - 1
of
1
) sorted by null
/external/pdfium/third_party/libopenjpeg20/
pi.c
636
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
);
[
all
...]
Completed in 134 milliseconds