OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opj_uint_ceildiv
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/third_party/libopenjpeg20/
image.c
125
l_comp_x0 =
opj_uint_ceildiv
(l_x0, l_img_comp->dx);
126
l_comp_y0 =
opj_uint_ceildiv
(l_y0, l_img_comp->dy);
127
l_comp_x1 =
opj_uint_ceildiv
(l_x1, l_img_comp->dx);
128
l_comp_y1 =
opj_uint_ceildiv
(l_y1, l_img_comp->dy);
opj_intmath.h
128
static INLINE OPJ_UINT32
opj_uint_ceildiv
(OPJ_UINT32 a, OPJ_UINT32 b) {
function
j2k.c
[
all
...]
Completed in 106 milliseconds