OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcIsac_kNumQCellLpcGain
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
lpc_gain_swb_tables.h
29
extern const int16_t
WebRtcIsac_kNumQCellLpcGain
[SUBFRAMES];
lpc_gain_swb_tables.c
39
const int16_t
WebRtcIsac_kNumQCellLpcGain
[SUBFRAMES] =
encode_lpc_swb.c
617
else if(*idx >=
WebRtcIsac_kNumQCellLpcGain
[coeffCntr])
619
*idx =
WebRtcIsac_kNumQCellLpcGain
[coeffCntr] - 1;
Completed in 77 milliseconds