OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:b_coef
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
filter_functions.c
246
static const double
b_coef
[2] = {-1.99524591718270, 0.99600400000000};
variable
257
state[1] = state[0] +
b_coef
[0] * *in + a_coef[0] * *out;
258
state[0] =
b_coef
[1] * *in++ + a_coef[1] * *out++;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
hp_wsp.c
31
* float
b_coef
[HP_ORDER+1]= { *
Completed in 166 milliseconds