Home | History | Annotate | Download | only in src

Lines Matching defs:tmp1

193             int16 tmp1 = x[(i<<2)+j  ];
197 L_tmp1 = fxp_mac_16by16(tmp1, fir_6k_7k[j ], L_tmp1);
204 tmp1 = x[(i<<2)+j+3];
207 L_tmp2 = fxp_mac_16by16(tmp1, fir_6k_7k[j+2], L_tmp2);
208 L_tmp4 = fxp_mac_16by16(tmp1, fir_6k_7k[j ], L_tmp4);
209 L_tmp3 = fxp_mac_16by16(tmp1, fir_6k_7k[j+1], L_tmp3);
210 L_tmp1 = fxp_mac_16by16(tmp1, fir_6k_7k[j+3], L_tmp1);
215 tmp1 = x[(i<<2)+j+5];
218 L_tmp4 = fxp_mac_16by16(tmp1, fir_6k_7k[j+2], L_tmp4);
219 L_tmp3 = fxp_mac_16by16(tmp1, fir_6k_7k[j+3], L_tmp3);