OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opj_uint_max
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/third_party/libopenjpeg20/
image.c
116
l_x0 =
opj_uint_max
(p_cp->tx0 , p_image_header->x0);
117
l_y0 =
opj_uint_max
(p_cp->ty0 , p_image_header->y0);
opj_intmath.h
80
static INLINE OPJ_UINT32
opj_uint_max
(OPJ_UINT32 a, OPJ_UINT32 b) {
function
pi.c
725
*p_tx0 = (OPJ_INT32)
opj_uint_max
(l_tx0, p_image->x0);
728
*p_ty0 = (OPJ_INT32)
opj_uint_max
(l_ty0, p_image->y0);
[
all
...]
tcd.c
[
all
...]
t2.c
429
l_img_comp->resno_decoded =
opj_uint_max
(l_current_pi->resno, l_img_comp->resno_decoded);
[
all
...]
j2k.c
[
all
...]
Completed in 176 milliseconds