Home
last modified time | relevance | path

Searched refs:lpGains (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dencode_lpc_swb.h199 double* lpGains);
232 double* lpGains,
249 double* lpGains);
Dentropy_coding.h221 void WebRtcIsac_EncodeLpcGainUb(double* lpGains, Bitstr* streamdata,
238 void WebRtcIsac_StoreLpcGainUb(double* lpGains, Bitstr* streamdata);
256 WebRtc_Word16 WebRtcIsac_DecodeLpcGainUb(double* lpGains, Bitstr* streamdata);
Dentropy_coding.c1377 void WebRtcIsac_EncodeLpcGainUb(double* lpGains, Bitstr* streamdata, in WebRtcIsac_EncodeLpcGainUb() argument
1381 WebRtcIsac_ToLogDomainRemoveMean(lpGains); in WebRtcIsac_EncodeLpcGainUb()
1382 WebRtcIsac_DecorrelateLPGain(lpGains, U); in WebRtcIsac_EncodeLpcGainUb()
1386 WebRtcIsac_CorrelateLpcGain(U, lpGains); in WebRtcIsac_EncodeLpcGainUb()
1387 WebRtcIsac_AddMeanToLinearDomain(lpGains); in WebRtcIsac_EncodeLpcGainUb()
1393 void WebRtcIsac_StoreLpcGainUb(double* lpGains, Bitstr* streamdata) { in WebRtcIsac_StoreLpcGainUb() argument
1396 WebRtcIsac_ToLogDomainRemoveMean(lpGains); in WebRtcIsac_StoreLpcGainUb()
1397 WebRtcIsac_DecorrelateLPGain(lpGains, U); in WebRtcIsac_StoreLpcGainUb()
1405 WebRtc_Word16 WebRtcIsac_DecodeLpcGainUb(double* lpGains, Bitstr* streamdata) { in WebRtcIsac_DecodeLpcGainUb() argument
1417 WebRtcIsac_CorrelateLpcGain(U, lpGains); in WebRtcIsac_DecodeLpcGainUb()
[all …]