Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dlpc_gain_swb_tables.h29 extern const int16_t WebRtcIsac_kNumQCellLpcGain[SUBFRAMES];
Dlpc_gain_swb_tables.c39 const int16_t WebRtcIsac_kNumQCellLpcGain[SUBFRAMES] = variable
Dencode_lpc_swb.c617 else if(*idx >= WebRtcIsac_kNumQCellLpcGain[coeffCntr]) in WebRtcIsac_QuantizeLpcGain()
619 *idx = WebRtcIsac_kNumQCellLpcGain[coeffCntr] - 1; in WebRtcIsac_QuantizeLpcGain()