Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.c1239 int index_ovr_g[KLT_ORDER_GAIN]; in WebRtcIsac_EncodeLpcGainLb() local
1304 index_ovr_g[k] = WebRtcIsac_kQKltOffsetGain[k] + index_g[k]; in WebRtcIsac_EncodeLpcGainLb()
1307 tmpcoeffs_g[k] = WebRtcIsac_kQKltLevelsGain[index_ovr_g[k]]; in WebRtcIsac_EncodeLpcGainLb()
1875 int index_ovr_g[KLT_ORDER_GAIN]; in WebRtcIsac_TranscodeLPCCoef() local
1942 index_ovr_g[k] = WebRtcIsac_kQKltOffsetGain[k] + index_g[k]; in WebRtcIsac_TranscodeLPCCoef()
1945 tmpcoeffs_g[k] = WebRtcIsac_kQKltLevelsGain[index_ovr_g[k]]; in WebRtcIsac_TranscodeLPCCoef()