Searched defs:poshalf (Results 1 - 2 of 2) sorted by relevance
/external/opencv3/3rdparty/libjasper/ |
H A D | 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, neghal 677 int poshalf; local [all...] |
/external/pdfium/third_party/libopenjpeg20/ |
H A D | 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 639 opj_t1_dec_refpass_step_raw( opj_t1_t *t1, opj_flag_t *flagsp, OPJ_INT32 *datap, OPJ_INT32 poshalf, OPJ_INT32 neghalf, OPJ_INT32 vsc) argument 660 opj_t1_dec_refpass_step_mqc( opj_t1_t *t1, opj_flag_t *flagsp, OPJ_INT32 *datap, OPJ_INT32 poshalf, OPJ_INT32 neghalf) argument 681 opj_t1_dec_refpass_step_mqc_vsc( opj_t1_t *t1, opj_flag_t *flagsp, OPJ_INT32 *datap, OPJ_INT32 poshalf, OPJ_INT32 neghalf, OPJ_INT32 vsc) argument 739 OPJ_INT32 one, poshalf, neghalf; local 765 OPJ_INT32 one, poshalf, neghalf; local 807 OPJ_INT32 one, poshalf, neghalf; local [all...] |
Completed in 118 milliseconds