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

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_c.c28 int16_t order_coef) { // order of the filter
38 for (k = order_coef - 1; k >= 0; k--) {
24 WebRtcIsacfix_FilterArLoop(int16_t* ar_g_Q0, int16_t* ar_f_Q0, int16_t* cth_Q15, int16_t* sth_Q15, int16_t order_coef) argument
H A Dlattice_mips.c20 int16_t order_coef) { // order of the filter
24 int count = order_coef - 1;
16 WebRtcIsacfix_FilterArLoop(int16_t* ar_g_Q0, int16_t* ar_f_Q0, int16_t* cth_Q15, int16_t* sth_Q15, int16_t order_coef) argument
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_c.c28 int16_t order_coef) { // order of the filter
38 for (k = order_coef - 1; k >= 0; k--) {
24 WebRtcIsacfix_FilterArLoop(int16_t* ar_g_Q0, int16_t* ar_f_Q0, int16_t* cth_Q15, int16_t* sth_Q15, int16_t order_coef) argument

Completed in 93 milliseconds