Searched refs:LPCCoef_lo (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | entropy_coding.h | 85 int WebRtcIsac_DecodeLpc(Bitstr* streamdata, double* LPCCoef_lo, 89 void WebRtcIsac_EncodeLpcLb(double* LPCCoef_lo, double* LPCCoef_hi, 92 void WebRtcIsac_EncodeLpcGainLb(double* LPCCoef_lo, double* LPCCoef_hi, 203 void WebRtcIsac_TranscodeLPCCoef(double* LPCCoef_lo, double* LPCCoef_hi,
|
D | entropy_coding.c | 775 int WebRtcIsac_DecodeLpc(Bitstr* streamdata, double* LPCCoef_lo, in WebRtcIsac_DecodeLpc() argument 784 WebRtcIsac_Lar2Poly(lars, LPCCoef_lo, ORDERLO, LPCCoef_hi, ORDERHI, in WebRtcIsac_DecodeLpc() 1157 void WebRtcIsac_EncodeLpcLb(double* LPCCoef_lo, double* LPCCoef_hi, in WebRtcIsac_EncodeLpcLb() argument 1162 WebRtcIsac_Poly2Lar(LPCCoef_lo, ORDERLO, LPCCoef_hi, ORDERHI, SUBFRAMES, in WebRtcIsac_EncodeLpcLb() 1165 WebRtcIsac_Lar2Poly(lars, LPCCoef_lo, ORDERLO, LPCCoef_hi, ORDERHI, in WebRtcIsac_EncodeLpcLb() 1170 LPCCoef_lo[k]; in WebRtcIsac_EncodeLpcLb() 1234 void WebRtcIsac_EncodeLpcGainLb(double* LPCCoef_lo, double* LPCCoef_hi, in WebRtcIsac_EncodeLpcGainLb() argument 1246 tmpcoeffs_g[posg] = log(LPCCoef_lo[(LPC_LOBAND_ORDER + 1) * k]); in WebRtcIsac_EncodeLpcGainLb() 1360 LPCCoef_lo[k * (LPC_LOBAND_ORDER + 1)] = exp(sum); in WebRtcIsac_EncodeLpcGainLb() 1872 void WebRtcIsac_TranscodeLPCCoef(double* LPCCoef_lo, double* LPCCoef_hi, in WebRtcIsac_TranscodeLPCCoef() argument [all …]
|