Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:poshalf

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;
743 poshalf = one >> 1;
744 neghalf = bpno > 0 ? -poshalf : -1;
753 poshalf,
765 OPJ_INT32 one, poshalf, neghalf;
770 poshalf = one >> 1;
771 neghalf = bpno > 0 ? -poshalf : -1;
777 opj_t1_dec_refpass_step_mqc(t1, flags2, data2, poshalf, neghalf);
780 opj_t1_dec_refpass_step_mqc(t1, flags2, data2, poshalf, neghalf);
783 opj_t1_dec_refpass_step_mqc(t1, flags2, data2, poshalf, neghalf);
786 opj_t1_dec_refpass_step_mqc(t1, flags2, data2, poshalf, neghalf);
797 opj_t1_dec_refpass_step_mqc(t1, flags2, data2, poshalf, neghalf);
807 OPJ_INT32 one, poshalf, neghalf;
811 poshalf = one >> 1;
812 neghalf = bpno > 0 ? -poshalf : -1;
821 poshalf,
1702 OPJ_INT32 poshalf,
1721 t = v ? poshalf : neghalf;