Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/vad/
Dvad_filterbank.c27 static const int16_t kHpPoleCoefs[3] = { 16384, -7756, 5620 }; variable
64 tmp32 -= (int32_t) WEBRTC_SPL_MUL_16_16(kHpPoleCoefs[1], in WebRtcVad_HpOutput()
66 tmp32 -= (int32_t) WEBRTC_SPL_MUL_16_16(kHpPoleCoefs[2], filter_state[3]); in WebRtcVad_HpOutput()