• Home
  • Raw
  • Download

Lines Matching refs:neghalf

177                                     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()
739 OPJ_INT32 one, poshalf, neghalf; in opj_t1_dec_refpass_raw() local
744 neghalf = bpno > 0 ? -poshalf : -1; in opj_t1_dec_refpass_raw()
754 neghalf, in opj_t1_dec_refpass_raw()
765 OPJ_INT32 one, poshalf, neghalf; in opj_t1_dec_refpass_mqc() local
771 neghalf = bpno > 0 ? -poshalf : -1; in opj_t1_dec_refpass_mqc()
777 opj_t1_dec_refpass_step_mqc(t1, flags2, data2, poshalf, neghalf); in opj_t1_dec_refpass_mqc()
780 opj_t1_dec_refpass_step_mqc(t1, flags2, data2, poshalf, neghalf); in opj_t1_dec_refpass_mqc()
783 opj_t1_dec_refpass_step_mqc(t1, flags2, data2, poshalf, neghalf); in opj_t1_dec_refpass_mqc()
786 opj_t1_dec_refpass_step_mqc(t1, flags2, data2, poshalf, neghalf); in opj_t1_dec_refpass_mqc()
797 opj_t1_dec_refpass_step_mqc(t1, flags2, data2, poshalf, neghalf); in opj_t1_dec_refpass_mqc()
807 OPJ_INT32 one, poshalf, neghalf; in opj_t1_dec_refpass_mqc_vsc() local
812 neghalf = bpno > 0 ? -poshalf : -1; in opj_t1_dec_refpass_mqc_vsc()
822 neghalf, in opj_t1_dec_refpass_mqc_vsc()
1709 OPJ_INT32 neghalf,
1727 t = v ? poshalf : neghalf;