Home
last modified time | relevance | path

Searched refs:neghalf (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djpc_t1dec.c556 #define jpc_refpass_step(fp, dp, poshalf, neghalf, mqdec, vcausalflag) \ argument
563 t = (v ? (poshalf) : (neghalf)); \
579 int neghalf; in dec_refpass() local
605 neghalf = (bitpos > 0) ? (-poshalf) : (-1); in dec_refpass()
620 jpc_refpass_step(fp, dp, poshalf, neghalf, mqdec, in dec_refpass()
629 jpc_refpass_step(fp, dp, poshalf, neghalf, mqdec, 0); in dec_refpass()
637 jpc_refpass_step(fp, dp, poshalf, neghalf, mqdec, 0); in dec_refpass()
645 jpc_refpass_step(fp, dp, poshalf, neghalf, mqdec, 0); in dec_refpass()
652 #define jpc_rawrefpass_step(fp, dp, poshalf, neghalf, in, vcausalflag) \ argument
661 t = (v ? poshalf : neghalf); \
[all …]
/external/pdfium/third_party/libopenjpeg20/
Dt1.c177 OPJ_INT32 neghalf,
187 OPJ_INT32 neghalf,
194 OPJ_INT32 neghalf);
200 OPJ_INT32 neghalf,
644 OPJ_INT32 neghalf, in opj_t1_dec_refpass_step_raw() argument
654 t = v ? poshalf : neghalf; in opj_t1_dec_refpass_step_raw()
665 OPJ_INT32 neghalf) in opj_t1_dec_refpass_step_mqc() argument
675 t = v ? poshalf : neghalf; in opj_t1_dec_refpass_step_mqc()
686 OPJ_INT32 neghalf, in opj_t1_dec_refpass_step_mqc_vsc() argument
697 t = v ? poshalf : neghalf; in opj_t1_dec_refpass_step_mqc_vsc()
[all …]