Searched refs:LPCCoef (Results 1 – 2 of 2) sorted by relevance
847 int WebRtcIsac_DecodeLpcCoef(Bitstr* streamdata, double* LPCCoef) { in WebRtcIsac_DecodeLpcCoef() argument970 LPCCoef[pos] = tmpcoeffs_g[posg] / LPC_GAIN_SCALE; in WebRtcIsac_DecodeLpcCoef()971 LPCCoef[pos] += WebRtcIsac_kLpcMeansGain[posg]; in WebRtcIsac_DecodeLpcCoef()972 LPCCoef[pos] = exp(LPCCoef[pos]); in WebRtcIsac_DecodeLpcCoef()975 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()983 LPCCoef[pos] = tmpcoeffs_s[poss] / LPC_LOBAND_SCALE; in WebRtcIsac_DecodeLpcCoef()984 LPCCoef[pos] += WebRtcIsac_kLpcMeansShape[poss]; in WebRtcIsac_DecodeLpcCoef()989 LPCCoef[pos] = tmpcoeffs_s[poss] / LPC_HIBAND_SCALE; in WebRtcIsac_DecodeLpcCoef()[all …]
80 int WebRtcIsac_DecodeLpcCoef(Bitstr* streamdata, double* LPCCoef);