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

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dlow_pass_filt_7k.cpp103 const int16 fir_7k[L_FIR+1] = variable
164 L_tmp1 = fxp_mac_16by16(x[(i<<2)] + signal[(i<<2)], fir_7k[0], 0x00004000);
165 L_tmp2 = fxp_mac_16by16(x[(i<<2)+1] + signal[(i<<2)+1], fir_7k[0], 0x00004000);
166 L_tmp3 = fxp_mac_16by16(x[(i<<2)+2] + signal[(i<<2)+2], fir_7k[0], 0x00004000);
167 L_tmp4 = fxp_mac_16by16(x[(i<<2)+3] + signal[(i<<2)+3], fir_7k[0], 0x00004000);
177 L_tmp1 = fxp_mac_16by16(tmp1, fir_7k[j ], L_tmp1);
178 L_tmp2 = fxp_mac_16by16(tmp2, fir_7k[j ], L_tmp2);
179 L_tmp1 = fxp_mac_16by16(tmp2, fir_7k[j+1], L_tmp1);
180 L_tmp2 = fxp_mac_16by16(tmp3, fir_7k[j+1], L_tmp2);
181 L_tmp3 = fxp_mac_16by16(tmp3, fir_7k[
[all...]

Completed in 49 milliseconds