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

  /external/opencv3/3rdparty/libjasper/
jpc_t1dec.c 556 #define jpc_refpass_step(fp, dp, poshalf, neghalf, mqdec, vcausalflag) \
563 t = (v ? (poshalf) : (neghalf)); \
579 int neghalf; local
605 neghalf = (bitpos > 0) ? (-poshalf) : (-1);
620 jpc_refpass_step(fp, dp, poshalf, neghalf, mqdec,
629 jpc_refpass_step(fp, dp, poshalf, neghalf, mqdec, 0);
637 jpc_refpass_step(fp, dp, poshalf, neghalf, mqdec, 0);
645 jpc_refpass_step(fp, dp, poshalf, neghalf, mqdec, 0);
652 #define jpc_rawrefpass_step(fp, dp, poshalf, neghalf, in, vcausalflag) \
661 t = (v ? poshalf : neghalf); \
678 int neghalf; local
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
t1.c 177 OPJ_INT32 neghalf,
187 OPJ_INT32 neghalf,
194 OPJ_INT32 neghalf);
200 OPJ_INT32 neghalf,
644 OPJ_INT32 neghalf,
654 t = v ? poshalf : neghalf;
665 OPJ_INT32 neghalf)
675 t = v ? poshalf : neghalf;
686 OPJ_INT32 neghalf,
697 t = v ? poshalf : neghalf;
739 OPJ_INT32 one, poshalf, neghalf; local
765 OPJ_INT32 one, poshalf, neghalf; local
807 OPJ_INT32 one, poshalf, neghalf; local
    [all...]

Completed in 64 milliseconds