Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.h173 int WebRtcIsac_DecodeGain2(Bitstr* streamdata, int32_t* Gain2);
Dentropy_coding.c301 if (WebRtcIsac_DecodeGain2(streamdata, &gain2_Q10) < 0) in WebRtcIsac_DecodeSpec()
1469 int WebRtcIsac_DecodeGain2(Bitstr* streamdata, int32_t* gainQ10) { in WebRtcIsac_DecodeGain2() function