Lines Matching refs:oneplushalf
84 OPJ_INT32 oneplushalf,
91 OPJ_INT32 oneplushalf,
155 OPJ_INT32 oneplushalf,
393 OPJ_INT32 oneplushalf, in opj_t1_dec_sigpass_step_raw() argument
406 *datap = v ? -oneplushalf : oneplushalf; in opj_t1_dec_sigpass_step_raw()
415 v, a, c, ct, oneplushalf, vsc) \ argument
432 data[ci*data_stride] = v ? -oneplushalf : oneplushalf; \
443 OPJ_INT32 oneplushalf, in opj_t1_dec_sigpass_step_mqc() argument
453 v, mqc->a, mqc->c, mqc->ct, oneplushalf, vsc); in opj_t1_dec_sigpass_step_mqc()
562 OPJ_INT32 one, half, oneplushalf; in opj_t1_dec_sigpass_raw() local
569 oneplushalf = one | half; in opj_t1_dec_sigpass_raw()
579 oneplushalf, in opj_t1_dec_sigpass_raw()
586 oneplushalf, in opj_t1_dec_sigpass_raw()
593 oneplushalf, in opj_t1_dec_sigpass_raw()
600 oneplushalf, in opj_t1_dec_sigpass_raw()
613 oneplushalf, in opj_t1_dec_sigpass_raw()
623 OPJ_INT32 one, half, oneplushalf; \
633 oneplushalf = one | half; \
640 l_w, 0, mqc, curctx, v, a, c, ct, oneplushalf, vsc); \
643 l_w, 1, mqc, curctx, v, a, c, ct, oneplushalf, OPJ_FALSE); \
646 l_w, 2, mqc, curctx, v, a, c, ct, oneplushalf, OPJ_FALSE); \
649 l_w, 3, mqc, curctx, v, a, c, ct, oneplushalf, OPJ_FALSE); \
659 data + j * l_w, oneplushalf, j, flags_stride, vsc); \
1118 v, a, c, ct, oneplushalf, vsc) \ argument
1136 data[ci*data_stride] = v ? -oneplushalf : oneplushalf; \
1147 OPJ_INT32 oneplushalf, in opj_t1_dec_clnpass_step() argument
1157 v, mqc->a, mqc->c, mqc->ct, oneplushalf, vsc); in opj_t1_dec_clnpass_step()
1246 OPJ_INT32 one, half, oneplushalf; \
1257 oneplushalf = one | half; \
1277 v, a, c, ct, oneplushalf, vsc); \
1284 v, a, c, ct, oneplushalf, OPJ_FALSE); \
1291 v, a, c, ct, oneplushalf, OPJ_FALSE); \
1298 v, a, c, ct, oneplushalf, OPJ_FALSE); \
1305 v, a, c, ct, oneplushalf, vsc); \
1309 v, a, c, ct, oneplushalf, OPJ_FALSE); \
1313 v, a, c, ct, oneplushalf, OPJ_FALSE); \
1317 v, a, c, ct, oneplushalf, OPJ_FALSE); \
1326 opj_t1_dec_clnpass_step(t1, flagsp, data + j * l_w, oneplushalf, j, vsc); \