Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/ilbc/
Dconstants.h27 extern const int16_t WebRtcIlbcfix_kHpOutCoefs[];
Dconstants.c25 const int16_t WebRtcIlbcfix_kHpOutCoefs[5] = {3849, -7699, 3849, 7918, -3833}; variable
Denhancer_interface.c347 WebRtcIlbcfix_HpOutput(synt, (int16_t*)WebRtcIlbcfix_kHpOutCoefs, in WebRtcIlbcfix_EnhancerInterface()
358 WebRtcIlbcfix_HpOutput(synt, (int16_t*)WebRtcIlbcfix_kHpOutCoefs, in WebRtcIlbcfix_EnhancerInterface()
Ddecode.c241 WebRtcIlbcfix_HpOutput(decblock, (int16_t*)WebRtcIlbcfix_kHpOutCoefs, in WebRtcIlbcfix_DecodeImpl()