Searched refs:L_tmp3 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dwb_syn_filt.cpp140 int32 L_tmp3; local
155 L_tmp3 = -((int32)x[(i<<2)+2] << 11);
172 L_tmp3 = fxp_mac_16by16(yy[(i<<2)+1 - j], a[j+1], L_tmp3);
174 L_tmp3 = fxp_mac_16by16(yy[(i<<2)+2 - j], a[j ], L_tmp3);
180 L_tmp3 = fxp_mac_16by16(yy[(i<<2)+2 - j], a[j], L_tmp3);
193 L_tmp3 = fxp_mac_16by16(yy[(i<<2) - 1], a[3], L_tmp3);
238 int32 L_tmp3; local
[all...]
H A Dband_pass_6k_7k.cpp159 int32 L_tmp3; local
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);
[all...]
H A Dlow_pass_filt_7k.cpp152 int32 L_tmp3; local
166 L_tmp3 = fxp_mac_16by16(x[(i<<2)+2] + signal[(i<<2)+2], fir_7k[0], 0x00004000);
181 L_tmp3 = fxp_mac_16by16(tmp3, fir_7k[j ], L_tmp3);
189 L_tmp3 = fxp_mac_16by16(tmp1, fir_7k[j+1], L_tmp3);
193 L_tmp3 = fxp_mac_16by16(tmp2, fir_7k[j+2], L_tmp3);
199 L_tmp3 = fxp_mac_16by16(tmp1, fir_7k[j+3], L_tmp3);
[all...]

Completed in 155 milliseconds