Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.h85 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,
201 void WebRtcIsac_TranscodeLPCCoef(double* LPCCoef_lo, double* LPCCoef_hi,
Dentropy_coding.c780 int WebRtcIsac_DecodeLpc(Bitstr* streamdata, double* LPCCoef_lo, in WebRtcIsac_DecodeLpc() argument
789 WebRtcIsac_Lar2Poly(lars, LPCCoef_lo, ORDERLO, LPCCoef_hi, ORDERHI, in WebRtcIsac_DecodeLpc()
1162 void WebRtcIsac_EncodeLpcLb(double* LPCCoef_lo, double* LPCCoef_hi, in WebRtcIsac_EncodeLpcLb() argument
1167 WebRtcIsac_Poly2Lar(LPCCoef_lo, ORDERLO, LPCCoef_hi, ORDERHI, SUBFRAMES, in WebRtcIsac_EncodeLpcLb()
1170 WebRtcIsac_Lar2Poly(lars, LPCCoef_lo, ORDERLO, LPCCoef_hi, ORDERHI, in WebRtcIsac_EncodeLpcLb()
1175 LPCCoef_lo[k]; in WebRtcIsac_EncodeLpcLb()
1239 void WebRtcIsac_EncodeLpcGainLb(double* LPCCoef_lo, double* LPCCoef_hi, in WebRtcIsac_EncodeLpcGainLb() argument
1251 tmpcoeffs_g[posg] = log(LPCCoef_lo[(LPC_LOBAND_ORDER + 1) * k]); in WebRtcIsac_EncodeLpcGainLb()
1365 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 …]