Home | History | Annotate | Download | only in src

Lines Matching defs:tmp1

173             int16 tmp1 = x[(i<<2)+j  ];
177 L_tmp1 = fxp_mac_16by16(tmp1, fir_7k[j ], L_tmp1);
184 tmp1 = x[(i<<2)+j+3];
187 L_tmp2 = fxp_mac_16by16(tmp1, fir_7k[j+2], L_tmp2);
188 L_tmp4 = fxp_mac_16by16(tmp1, fir_7k[j ], L_tmp4);
189 L_tmp3 = fxp_mac_16by16(tmp1, fir_7k[j+1], L_tmp3);
190 L_tmp1 = fxp_mac_16by16(tmp1, fir_7k[j+3], L_tmp1);
195 tmp1 = x[(i<<2)+j+5];
198 L_tmp4 = fxp_mac_16by16(tmp1, fir_7k[j+2], L_tmp4);
199 L_tmp3 = fxp_mac_16by16(tmp1, fir_7k[j+3], L_tmp3);