Searched defs:L_tmp4 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dlow_pass_filt_7k.cpp153 int32 L_tmp4; local
167 L_tmp4 = fxp_mac_16by16(x[(i<<2)+3] + signal[(i<<2)+3], fir_7k[0], 0x00004000);
188 L_tmp4 = fxp_mac_16by16(tmp1, fir_7k[j ], L_tmp4);
192 L_tmp4 = fxp_mac_16by16(tmp2, fir_7k[j+1], L_tmp4);
198 L_tmp4 = fxp_mac_16by16(tmp1, fir_7k[j+2], L_tmp4);
200 L_tmp4 = fxp_mac_16by16(tmp2, fir_7k[j+3], L_tmp4);
[all...]
H A Dband_pass_6k_7k.cpp160 int32 L_tmp4; local
178 L_tmp4 = 0x00004000;
183 L_tmp4 -= ((int32)x[(i<<2)+L_FIR+3] << 5);
188 L_tmp4 -= ((int32)x[(i<<2)+3] << 5);
208 L_tmp4 = fxp_mac_16by16(tmp1, fir_6k_7k[j ], L_tmp4);
212 L_tmp4 = fxp_mac_16by16(tmp2, fir_6k_7k[j+1], L_tmp4);
218 L_tmp4 = fxp_mac_16by16(tmp1, fir_6k_7k[j+2], L_tmp4);
[all...]
H A Dwb_syn_filt.cpp141 int32 L_tmp4; local
156 L_tmp4 = -((int32)x[(i<<2)+3] << 11);
173 L_tmp4 = fxp_mac_16by16(yy[(i<<2)+2 - j], a[j+1], L_tmp4);
175 L_tmp4 = fxp_mac_16by16(yy[(i<<2)+3 - j], a[j ], L_tmp4);
181 L_tmp4 = fxp_mac_16by16(yy[(i<<2)+3 - j], a[j], L_tmp4);
194 L_tmp4 = fxp_mac_16by16(yy[(i<<2)], a[3], L_tmp4);
239 int32 L_tmp4; local
[all...]

Completed in 39 milliseconds