Lines Matching refs:neghalf
556 #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); \
678 int neghalf; in dec_rawrefpass() local
703 neghalf = (bitpos > 0) ? (-poshalf) : (-1); in dec_rawrefpass()
718 jpc_rawrefpass_step(fp, dp, poshalf, neghalf, in, in dec_rawrefpass()
727 jpc_rawrefpass_step(fp, dp, poshalf, neghalf, in, 0); in dec_rawrefpass()
735 jpc_rawrefpass_step(fp, dp, poshalf, neghalf, in, 0); in dec_rawrefpass()
743 jpc_rawrefpass_step(fp, dp, poshalf, neghalf, in, 0); in dec_rawrefpass()