Searched refs:rR (Results 1 – 1 of 1) sorted by relevance
121 struct biquad *rR = &bq[1][1]; in eq2_process_two_neon() local133 float32x2_t z1 = {rL->y1, rR->y1}; in eq2_process_two_neon()134 float32x2_t z2 = {rL->y2, rR->y2}; in eq2_process_two_neon()135 float32x2_t rb0 = {rL->b0, rR->b0}; in eq2_process_two_neon()136 float32x2_t rb1 = {rL->b1, rR->b1}; in eq2_process_two_neon()137 float32x2_t rb2 = {rL->b2, rR->b2}; in eq2_process_two_neon()138 float32x2_t ra1 = {rL->a1, rR->a1}; in eq2_process_two_neon()139 float32x2_t ra2 = {rL->a2, rR->a2}; in eq2_process_two_neon()201 rR->y1 = z1[1]; in eq2_process_two_neon()202 rR->y2 = z2[1]; in eq2_process_two_neon()[all …]