OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opj_uint_ceildivpow2
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/third_party/libopenjpeg20/
image.c
129
l_width =
opj_uint_ceildivpow2
(l_comp_x1 - l_comp_x0, l_img_comp->factor);
130
l_height =
opj_uint_ceildivpow2
(l_comp_y1 - l_comp_y0, l_img_comp->factor);
opj_intmath.h
153
static INLINE OPJ_UINT32
opj_uint_ceildivpow2
(OPJ_UINT32 a, OPJ_UINT32 b) {
function
j2k.c
[
all
...]
Completed in 82 milliseconds