Home | History | Annotate | Download | only in src

Lines Matching refs:L_tmp3

159     int32 L_tmp3;
177 L_tmp3 = 0x00004000;
182 L_tmp3 -= ((int32)x[(i<<2)+L_FIR+2] << 5);
187 L_tmp3 -= ((int32)x[(i<<2)+2] << 5);
201 L_tmp3 = fxp_mac_16by16(tmp3, fir_6k_7k[j ], L_tmp3);
209 L_tmp3 = fxp_mac_16by16(tmp1, fir_6k_7k[j+1], L_tmp3);
213 L_tmp3 = fxp_mac_16by16(tmp2, fir_6k_7k[j+2], L_tmp3);
219 L_tmp3 = fxp_mac_16by16(tmp1, fir_6k_7k[j+3], L_tmp3);
226 L_tmp3 = fxp_mac_16by16(x[(i<<2)+j+2], fir_6k_7k[L_FIR-1 ], L_tmp3);
232 *(pt_sign++) = (int16)(L_tmp3 >> 15);