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

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dlp_dec2.c31 /* static float h_fir[L_FIR] = {0.13, 0.23, 0.28, 0.23, 0.13}; */
33 static Word16 h_fir[L_FIR] = {4260, 7536, 9175, 7536, 4260}; variable
58 L_tmp = ((*p_x++) * h_fir[0]);
59 L_tmp += ((*p_x++) * h_fir[1]);
60 L_tmp += ((*p_x++) * h_fir[2]);
61 L_tmp += ((*p_x++) * h_fir[3]);
62 L_tmp += ((*p_x++) * h_fir[4]);

Completed in 246 milliseconds