Lines Matching refs:filt2
41 v16i8 filt, filt1, filt2, cnst4b, cnst3b; \
77 filt2 = __msa_adds_s_b(filt, cnst3b); \
78 filt2 >>= 3; \
82 p0_m = __msa_adds_s_b(p0_m, filt2); \
98 v16i8 filt, filt1, filt2, cnst4b, cnst3b, filt_sign; \
133 filt2 = __msa_adds_s_b(filt, cnst3b); \
134 filt2 >>= 3; \
137 p0_m = __msa_adds_s_b(p0_m, filt2); \
146 v16i8 u, filt1, filt2, filt_sign, q0_sub_p0_sign; \
181 filt2 = filt & (v16i8) hev; \
187 filt1 = __msa_adds_s_b(filt2, cnst4b); \
190 filt2 = __msa_adds_s_b(filt2, cnst3b); \
191 filt2 >>= 3; \
193 p0_m = __msa_adds_s_b(p0_m, filt2); \