OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:h_fir
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
lp_dec2.c
31
/* 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 3189 milliseconds