Home
last modified time | relevance | path

Searched refs:h_fir (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/codecs/amrwb/enc/src/
Dlp_dec2.c33 static Word16 h_fir[L_FIR] = {4260, 7536, 9175, 7536, 4260}; variable
58 L_tmp = ((*p_x++) * h_fir[0]); in LP_Decim2()
59 L_tmp += ((*p_x++) * h_fir[1]); in LP_Decim2()
60 L_tmp += ((*p_x++) * h_fir[2]); in LP_Decim2()
61 L_tmp += ((*p_x++) * h_fir[3]); in LP_Decim2()
62 L_tmp += ((*p_x++) * h_fir[4]); in LP_Decim2()