Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.c851 double tmpcoeffs2_g[KLT_ORDER_GAIN], tmpcoeffs2_s[KLT_ORDER_SHAPE]; in WebRtcIsac_DecodeLpcCoef() local
911 tmpcoeffs2_g[posg++] = sum; in WebRtcIsac_DecodeLpcCoef()
941 sum += tmpcoeffs2_g[pos] * WebRtcIsac_kKltT2Gain[pos2]; in WebRtcIsac_DecodeLpcCoef()
1241 double tmpcoeffs2_g[KLT_ORDER_GAIN]; in WebRtcIsac_EncodeLpcGainLb() local
1270 tmpcoeffs2_g[posg++] = sum; in WebRtcIsac_EncodeLpcGainLb()
1285 sum += tmpcoeffs2_g[pos] * WebRtcIsac_kKltT2Gain[pos2++]; in WebRtcIsac_EncodeLpcGainLb()
1329 tmpcoeffs2_g[posg++] = sum; in WebRtcIsac_EncodeLpcGainLb()
1345 sum += tmpcoeffs2_g[pos] * WebRtcIsac_kKltT2Gain[pos2]; in WebRtcIsac_EncodeLpcGainLb()
1877 double tmpcoeffs2_g[KLT_ORDER_GAIN]; in WebRtcIsac_TranscodeLPCCoef() local
1907 tmpcoeffs2_g[posg++] = sum; in WebRtcIsac_TranscodeLPCCoef()
[all …]