Searched refs:tmpcoeffs_g (Results 1 – 1 of 1) sorted by relevance
850 double tmpcoeffs_g[KLT_ORDER_GAIN], tmpcoeffs_s[KLT_ORDER_SHAPE]; in WebRtcIsac_DecodeLpcCoef() local891 tmpcoeffs_g[k] = WebRtcIsac_kQKltLevelsGain[WebRtcIsac_kQKltOffsetGain[k] + in WebRtcIsac_DecodeLpcCoef()909 sum += tmpcoeffs_g[pos++] * WebRtcIsac_kKltT1Gain[pos2++]; in WebRtcIsac_DecodeLpcCoef()946 tmpcoeffs_g[posg++] = sum; in WebRtcIsac_DecodeLpcCoef()970 LPCCoef[pos] = tmpcoeffs_g[posg] / LPC_GAIN_SCALE; in WebRtcIsac_DecodeLpcCoef()975 LPCCoef[pos] = tmpcoeffs_g[posg] / LPC_GAIN_SCALE; in WebRtcIsac_DecodeLpcCoef()1240 double tmpcoeffs_g[KLT_ORDER_GAIN]; in WebRtcIsac_EncodeLpcGainLb() local1246 tmpcoeffs_g[posg] = log(LPCCoef_lo[(LPC_LOBAND_ORDER + 1) * k]); in WebRtcIsac_EncodeLpcGainLb()1247 tmpcoeffs_g[posg] -= WebRtcIsac_kLpcMeansGain[posg]; in WebRtcIsac_EncodeLpcGainLb()1248 tmpcoeffs_g[posg] *= LPC_GAIN_SCALE; in WebRtcIsac_EncodeLpcGainLb()[all …]