OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opj_uint_adds
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/third_party/libopenjpeg20/
image.c
120
l_x1 = opj_uint_min(
opj_uint_adds
(l_x1, p_cp->tdx), p_image_header->x1); /* use add saturated to prevent overflow */
121
l_y1 = opj_uint_min(
opj_uint_adds
(l_y1, p_cp->tdy), p_image_header->y1); /* use add saturated to prevent overflow */
opj_intmath.h
88
static INLINE OPJ_UINT32
opj_uint_adds
(OPJ_UINT32 a, OPJ_UINT32 b) {
function
pi.c
726
*p_tx1 = (OPJ_INT32)opj_uint_min(
opj_uint_adds
(l_tx0, p_cp->tdx), p_image->x1);
729
*p_ty1 = (OPJ_INT32)opj_uint_min(
opj_uint_adds
(l_ty0, p_cp->tdy), p_image->y1);
[
all
...]
tcd.c
[
all
...]
j2k.c
[
all
...]
Completed in 120 milliseconds