HomeSort by relevance Sort by last modified time
    Searched refs:opj_int_max (Results 1 - 7 of 7) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
t1_generate_luts.c 250 opj_int_max(0,
253 opj_int_max(0,
262 opj_int_max(0,
265 opj_int_max(0,
opj_intmath.h 72 static INLINE OPJ_INT32 opj_int_max(OPJ_INT32 a, OPJ_INT32 b) { function
tcd.c     [all...]
pi.c 602 *p_tx0 = opj_int_max((OPJ_INT32)(p_cp->tx0 + p * p_cp->tdx), (OPJ_INT32)p_image->x0);
604 *p_ty0 = opj_int_max((OPJ_INT32)(p_cp->ty0 + q * p_cp->tdy), (OPJ_INT32)p_image->y0);
    [all...]
t2.c 688 increment = (OPJ_UINT32)opj_int_max((OPJ_INT32)increment, opj_int_floorlog2((OPJ_INT32)len) + 1
    [all...]
t1.c     [all...]
j2k.c     [all...]

Completed in 281 milliseconds