Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.h167 int WebRtcIsac_DecodeRc(Bitstr* streamdata, int16_t* RCQ15);
Dentropy_coding.c296 if (WebRtcIsac_DecodeRc(streamdata, RCQ15) < 0) in WebRtcIsac_DecodeSpec()
1420 int WebRtcIsac_DecodeRc(Bitstr* streamdata, int16_t* RCQ15) { in WebRtcIsac_DecodeRc() function