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

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/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,
image.c 114 l_x0 = opj_int_max((OPJ_INT32)p_cp->tx0 , (OPJ_INT32)p_image_header->x0);
115 l_y0 = opj_int_max((OPJ_INT32)p_cp->ty0 , (OPJ_INT32)p_image_header->y0);
opj_intmath.h 72 static INLINE OPJ_INT32 opj_int_max(OPJ_INT32 a, OPJ_INT32 b) { function
tcd.c     [all...]
pi.c 592 *p_tx0 = opj_int_max((OPJ_INT32)(p_cp->tx0 + p * p_cp->tdx), (OPJ_INT32)p_image->x0);
594 *p_ty0 = opj_int_max((OPJ_INT32)(p_cp->ty0 + q * p_cp->tdy), (OPJ_INT32)p_image->y0);
711 *p_tx0 = opj_int_max((OPJ_INT32)(p_cp->tx0 + p * p_cp->tdx), (OPJ_INT32)p_image->x0);
713 *p_ty0 = opj_int_max((OPJ_INT32)(p_cp->ty0 + q * p_cp->tdy), (OPJ_INT32)p_image->y0);
    [all...]
t1.c     [all...]
t2.c 661 increment = (OPJ_UINT32)opj_int_max((OPJ_INT32)increment, opj_int_floorlog2((OPJ_INT32)len) + 1
    [all...]
j2k.c     [all...]

Completed in 409 milliseconds