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

  /external/opencv3/3rdparty/libjasper/jasper/
jas_math.h 96 #define JAS_MIN(x, y) \
  /external/opencv3/3rdparty/libjasper/
jpc_t1cod.c 211 ret = JAS_MIN(ret, numpasses - passno);
382 hc = JAS_MIN(((f & (JPC_ESIG | JPC_ESGN)) == JPC_ESIG) + ((f & (JPC_WSIG | JPC_WSGN)) == JPC_WSIG), 1) -
383 JAS_MIN(((f & (JPC_ESIG | JPC_ESGN)) == (JPC_ESIG | JPC_ESGN)) + ((f & (JPC_WSIG | JPC_WSGN)) == (JPC_WSIG | JPC_WSGN)), 1);
384 vc = JAS_MIN(((f & (JPC_NSIG | JPC_NSGN)) == JPC_NSIG) + ((f & (JPC_SSIG | JPC_SSGN)) == JPC_SSIG), 1) -
385 JAS_MIN(((f & (JPC_NSIG | JPC_NSGN)) == (JPC_NSIG | JPC_NSGN)) + ((f & (JPC_SSIG | JPC_SSGN)) == (JPC_SSIG | JPC_SSGN)), 1);
403 hc = JAS_MIN(((f & (JPC_ESIG | JPC_ESGN)) == JPC_ESIG) + ((f & (JPC_WSIG | JPC_WSGN)) == JPC_WSIG),
404 1) - JAS_MIN(((f & (JPC_ESIG | JPC_ESGN)) == (JPC_ESIG | JPC_ESGN)) +
406 vc = JAS_MIN(((f & (JPC_NSIG | JPC_NSGN)) == JPC_NSIG) + ((f & (JPC_SSIG | JPC_SSGN)) == JPC_SSIG),
407 1) - JAS_MIN(((f & (JPC_NSIG | JPC_NSGN)) == (JPC_NSIG | JPC_NSGN)) +
jas_getopt.c 113 jas_optind = JAS_MIN(1, argc);
jpc_mqdec.c 195 n = JAS_MIN(mqdec->maxctxs, numctxs);
jpc_t2cod.c 256 pi->xstep = (!pi->xstep) ? xstep : JAS_MIN(pi->xstep, xstep);
257 pi->ystep = (!pi->ystep) ? ystep : JAS_MIN(pi->ystep, ystep);
351 JAS_MIN(pi->xstep, xstep);
353 JAS_MIN(pi->ystep, ystep);
441 pi->xstep = JAS_MIN(pi->xstep, pi->picomp->hsamp * (1 <<
444 pi->ystep = JAS_MIN(pi->ystep, pi->picomp->vsamp * (1 <<
jpc_t1dec.c 404 vscanlen = JAS_MIN(i, 4);
510 vscanlen = JAS_MIN(i, 4);
613 vscanlen = JAS_MIN(i, 4);
711 vscanlen = JAS_MIN(i, 4);
824 vscanlen = JAS_MIN(4, height - i);
jpc_t1enc.c 466 vscanlen = JAS_MIN(i, 4);
565 vscanlen = JAS_MIN(i, 4);
668 vscanlen = JAS_MIN(i, 4);
760 vscanlen = JAS_MIN(i, 4);
868 vscanlen = JAS_MIN(i, 4);
jas_stream.c 934 m = JAS_MIN(n - i, 16);
993 cnt = JAS_MIN(n, cnt);
1034 n = JAS_MIN(m->pos_, m->bufsize_) - m->len_;
1045 ret = JAS_MIN(n, cnt);
jpc_mqenc.c 255 n = JAS_MIN(mqenc->maxctxs, numctxs);
jpc_dec.c 761 rlvl->cblkwidthexpn = JAS_MIN(ccp->cblkwidthexpn,
763 rlvl->cblkheightexpn = JAS_MIN(ccp->cblkheightexpn,
813 prc->xend = JAS_MIN(cbgxend, JAS_CAST(uint_fast32_t, jas_seq2d_xend(band->data)));
814 prc->yend = JAS_MIN(cbgyend, JAS_CAST(uint_fast32_t, jas_seq2d_yend(band->data)));
848 tmpxend = JAS_MIN(cblkxend, prc->xend);
849 tmpyend = JAS_MIN(cblkyend, prc->yend);
    [all...]
jpc_enc.c     [all...]
jp2_dec.c 84 #define JP2_VALIDATELEN (JAS_MIN(JP2_JP_LEN + 16, JAS_STREAM_MAXPUTBACK))
jpc_t2dec.c 311 n = JAS_MIN(numnewpasses, maxpasses);
jas_cm.c 526 m = JAS_MIN(total - n, bufmax);
    [all...]
jas_image.c 827 n = JAS_MIN(16, width);
    [all...]

Completed in 2424 milliseconds