Home | History | Annotate | Download | only in dsp

Lines Matching refs:filt1

311     v16i8 p1_m, p0_m, q0_m, q1_m, filt, filt1, filt2;                \
318 filt1 = __msa_adds_s_b(filt, cnst4b); \
319 filt1 = SRAI_B(filt1, 3); \
322 q0_m = __msa_subs_s_b(q0_m, filt1); \