OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcIlbcfix_kHpOutCoefs
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
constants.c
25
const int16_t
WebRtcIlbcfix_kHpOutCoefs
[5] = {3849, -7699, 3849, 7918, -3833};
constants.h
28
extern const int16_t
WebRtcIlbcfix_kHpOutCoefs
[];
enhancer_interface.c
347
WebRtcIlbcfix_HpOutput(synt, (int16_t*)
WebRtcIlbcfix_kHpOutCoefs
,
358
WebRtcIlbcfix_HpOutput(synt, (int16_t*)
WebRtcIlbcfix_kHpOutCoefs
,
decode.c
232
WebRtcIlbcfix_HpOutput(decblock, (int16_t*)
WebRtcIlbcfix_kHpOutCoefs
,
Completed in 85 milliseconds