Home | History | Annotate | Download | only in src

Lines Matching refs:yy

142     int16 *yy;
145 pv_memcpy(y_buf, mem, m*sizeof(*yy));
147 yy = &y_buf[m];
160 L_tmp1 = fxp_mac_16by16(yy[(i<<2) -3], a[3], L_tmp1);
161 L_tmp2 = fxp_mac_16by16(yy[(i<<2) -2], a[3], L_tmp2);
162 L_tmp1 = fxp_mac_16by16(yy[(i<<2) -2], a[2], L_tmp1);
163 L_tmp2 = fxp_mac_16by16(yy[(i<<2) -1], a[2], L_tmp2);
164 L_tmp1 = fxp_mac_16by16(yy[(i<<2) -1], a[1], L_tmp1);
168 L_tmp1 = fxp_mac_16by16(yy[(i<<2)-1 - j], a[j+1], L_tmp1);
169 L_tmp2 = fxp_mac_16by16(yy[(i<<2) - j], a[j+1], L_tmp2);
170 L_tmp1 = fxp_mac_16by16(yy[(i<<2) - j], a[j ], L_tmp1);
171 L_tmp2 = fxp_mac_16by16(yy[(i<<2)+1 - j], a[j ], L_tmp2);
172 L_tmp3 = fxp_mac_16by16(yy[(i<<2)+1 - j], a[j+1], L_tmp3);
173 L_tmp4 = fxp_mac_16by16(yy[(i<<2)+2 - j], a[j+1], L_tmp4);
174 L_tmp3 = fxp_mac_16by16(yy[(i<<2)+2 - j], a[j ], L_tmp3);
175 L_tmp4 = fxp_mac_16by16(yy[(i<<2)+3 - j], a[j ], L_tmp4);
178 L_tmp1 = fxp_mac_16by16(yy[(i<<2) - j], a[j], L_tmp1);
179 L_tmp2 = fxp_mac_16by16(yy[(i<<2)+1 - j], a[j], L_tmp2);
180 L_tmp3 = fxp_mac_16by16(yy[(i<<2)+2 - j], a[j], L_tmp3);
181 L_tmp4 = fxp_mac_16by16(yy[(i<<2)+3 - j], a[j], L_tmp4);
185 y[(i<<2)] = yy[(i<<2)] = amr_wb_round(-L_tmp1);
187 L_tmp2 = fxp_mac_16by16(yy[(i<<2)], a[1], L_tmp2);
191 y[(i<<2)+1] = yy[(i<<2)+1] = amr_wb_round(-L_tmp2);
193 L_tmp3 = fxp_mac_16by16(yy[(i<<2) - 1], a[3], L_tmp3);
194 L_tmp4 = fxp_mac_16by16(yy[(i<<2)], a[3], L_tmp4);
195 L_tmp3 = fxp_mac_16by16(yy[(i<<2)], a[2], L_tmp3);
196 L_tmp4 = fxp_mac_16by16(yy[(i<<2) + 1], a[2], L_tmp4);
197 L_tmp3 = fxp_mac_16by16(yy[(i<<2) + 1], a[1], L_tmp3);
201 y[(i<<2)+2] = yy[(i<<2)+2] = amr_wb_round(-L_tmp3);
203 L_tmp4 = fxp_mac_16by16(yy[(i<<2)+2], a[1], L_tmp4);
207 y[(i<<2)+3] = yy[(i<<2)+3] = amr_wb_round(-L_tmp4);