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