Lines Matching refs:filt1
41 v16i8 filt, filt1, filt2, cnst4b, cnst3b; \
73 filt1 = __msa_adds_s_b(filt, cnst4b); \
74 filt1 >>= 3; \
80 q0_m = __msa_subs_s_b(q0_m, filt1); \
85 filt = __msa_srari_b(filt1, 1); \
98 v16i8 filt, filt1, filt2, cnst4b, cnst3b, filt_sign; \
129 filt1 = __msa_adds_s_b(filt, cnst4b); \
130 filt1 >>= 3; \
136 q0_m = __msa_subs_s_b(q0_m, filt1); \
146 v16i8 u, filt1, filt2, filt_sign, q0_sub_p0_sign; \
187 filt1 = __msa_adds_s_b(filt2, cnst4b); \
188 filt1 >>= 3; \
192 q0_m = __msa_subs_s_b(q0_m, filt1); \