/external/opencv3/3rdparty/libjasper/ |
jpc_t1dec.c | 556 #define jpc_refpass_step(fp, dp, poshalf, neghalf, mqdec, vcausalflag) \ 563 t = (v ? (poshalf) : (neghalf)); \ 578 int poshalf; local 604 poshalf = one >> 1; 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) 677 int poshalf; local [all...] |
/external/pdfium/third_party/libopenjpeg20/ |
t1.c | 176 OPJ_INT32 poshalf, 186 OPJ_INT32 poshalf, 193 OPJ_INT32 poshalf, 199 OPJ_INT32 poshalf, 643 OPJ_INT32 poshalf, 654 t = v ? poshalf : neghalf; 664 OPJ_INT32 poshalf, 675 t = v ? poshalf : neghalf; 685 OPJ_INT32 poshalf, 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...] |