Lines Matching refs:bq
52 static inline void eq2_process_one(struct biquad (*bq)[2], in eq2_process_one()
55 struct biquad *qL = &bq[0][0]; in eq2_process_one()
56 struct biquad *qR = &bq[0][1]; in eq2_process_one()
115 static inline void eq2_process_two_neon(struct biquad (*bq)[2], in eq2_process_two_neon()
118 struct biquad *qL = &bq[0][0]; in eq2_process_two_neon()
119 struct biquad *rL = &bq[1][0]; in eq2_process_two_neon()
120 struct biquad *qR = &bq[0][1]; in eq2_process_two_neon()
121 struct biquad *rR = &bq[1][1]; in eq2_process_two_neon()
208 static inline void eq2_process_two_sse3(struct biquad (*bq)[2], in eq2_process_two_sse3()
211 struct biquad *qL = &bq[0][0]; in eq2_process_two_sse3()
212 struct biquad *rL = &bq[1][0]; in eq2_process_two_sse3()
213 struct biquad *qR = &bq[0][1]; in eq2_process_two_sse3()
214 struct biquad *rR = &bq[1][1]; in eq2_process_two_sse3()