Searched refs:poshalf (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/3rdparty/libjasper/ |
D | jpc_t1dec.c | 556 #define jpc_refpass_step(fp, dp, poshalf, neghalf, mqdec, vcausalflag) \ argument 563 t = (v ? (poshalf) : (neghalf)); \ 578 int poshalf; in dec_refpass() local 604 poshalf = one >> 1; in dec_refpass() 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 [all …]
|
/external/pdfium/third_party/libopenjpeg20/ |
D | t1.c | 176 OPJ_INT32 poshalf, 186 OPJ_INT32 poshalf, 193 OPJ_INT32 poshalf, 199 OPJ_INT32 poshalf, 643 OPJ_INT32 poshalf, in opj_t1_dec_refpass_step_raw() argument 654 t = v ? poshalf : neghalf; in opj_t1_dec_refpass_step_raw() 664 OPJ_INT32 poshalf, in opj_t1_dec_refpass_step_mqc() argument 675 t = v ? poshalf : neghalf; in opj_t1_dec_refpass_step_mqc() 685 OPJ_INT32 poshalf, in opj_t1_dec_refpass_step_mqc_vsc() argument 697 t = v ? poshalf : neghalf; in opj_t1_dec_refpass_step_mqc_vsc() [all …]
|