Lines Matching refs:OPJ_D
214 #define OPJ_D(i) a[IDX_D(i)] macro
216 #define OPJ_D_(i) ((i)<0 ? OPJ_D(0) : (UNDERFLOW_DN(i) ? OPJ_D(dn - 1) : OVERFLOW_D(i) ? OPJ_D(i - …
219 #define OPJ_DD_(i) ((i)<0 ? OPJ_D(0) : (UNDERFLOW_SN(i) ? OPJ_D(sn - 1) : OVERFLOW_D(i) ? OPJ_D(i -…
360 OPJ_D(i) -= (OPJ_S_(i) + OPJ_S_(i + 1)) >> 1; in opj_dwt_encode_1()
374 OPJ_D(i) += (OPJ_SS_(i) + OPJ_SS_(i + 1) + 2) >> 2; in opj_dwt_encode_1()
395 OPJ_D(i) += (OPJ_S_(i) + OPJ_S_(i + 1)) >> 1; in opj_dwt_decode_1_()
403 OPJ_D(i) -= (OPJ_SS_(i) + OPJ_SS_(i + 1) + 2) >> 2; in opj_dwt_decode_1_()
1052 OPJ_D(i) -= opj_int_fix_mul(OPJ_S_(i) + OPJ_S_(i + 1), 12993); in opj_dwt_encode_1_real()
1058 OPJ_D(i) += opj_int_fix_mul(OPJ_S_(i) + OPJ_S_(i + 1), 7233); in opj_dwt_encode_1_real()
1064 OPJ_D(i) = opj_int_fix_mul(OPJ_D(i), 5038); /*5038 */ in opj_dwt_encode_1_real()
1076 OPJ_D(i) -= opj_int_fix_mul(OPJ_SS_(i) + OPJ_SS_(i + 1), 434); in opj_dwt_encode_1_real()
1082 OPJ_D(i) += opj_int_fix_mul(OPJ_SS_(i) + OPJ_SS_(i + 1), 3633); in opj_dwt_encode_1_real()
1088 OPJ_D(i) = opj_int_fix_mul(OPJ_D(i), 6659); /*6660 */ in opj_dwt_encode_1_real()
1642 OPJ_S(i) -= (OPJ_D(i - 1) + OPJ_D(i) + 2) >> 2; in opj_dwt_decode_partial_1()
1658 OPJ_D(i) += (OPJ_S(i) + OPJ_S(i + 1)) >> 1; in opj_dwt_decode_partial_1()
1662 OPJ_D(i) += (OPJ_S_(i) + OPJ_S_(i + 1)) >> 1; in opj_dwt_decode_partial_1()
1671 OPJ_D(i) -= (OPJ_SS_(i) + OPJ_SS_(i + 1) + 2) >> 2; in opj_dwt_decode_partial_1()