Searched refs:LPCCoef (Results 1 – 2 of 2) sorted by relevance
852 int WebRtcIsac_DecodeLpcCoef(Bitstr* streamdata, double* LPCCoef) { in WebRtcIsac_DecodeLpcCoef() argument975 LPCCoef[pos] = tmpcoeffs_g[posg] / LPC_GAIN_SCALE; in WebRtcIsac_DecodeLpcCoef()976 LPCCoef[pos] += WebRtcIsac_kLpcMeansGain[posg]; in WebRtcIsac_DecodeLpcCoef()977 LPCCoef[pos] = exp(LPCCoef[pos]); in WebRtcIsac_DecodeLpcCoef()980 LPCCoef[pos] = tmpcoeffs_g[posg] / LPC_GAIN_SCALE; in WebRtcIsac_DecodeLpcCoef()981 LPCCoef[pos] += WebRtcIsac_kLpcMeansGain[posg]; in WebRtcIsac_DecodeLpcCoef()982 LPCCoef[pos] = exp(LPCCoef[pos]); in WebRtcIsac_DecodeLpcCoef()988 LPCCoef[pos] = tmpcoeffs_s[poss] / LPC_LOBAND_SCALE; in WebRtcIsac_DecodeLpcCoef()989 LPCCoef[pos] += WebRtcIsac_kLpcMeansShape[poss]; in WebRtcIsac_DecodeLpcCoef()994 LPCCoef[pos] = tmpcoeffs_s[poss] / LPC_HIBAND_SCALE; in WebRtcIsac_DecodeLpcCoef()[all …]
80 int WebRtcIsac_DecodeLpcCoef(Bitstr* streamdata, double* LPCCoef);