Home
last modified time | relevance | path

Searched defs:RCQ15 (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c461 int16_t RCQ15[AR_ORDER]; in WebRtcIsacfix_DecodeSpec() local
530 int16_t RCQ15[AR_ORDER]; in WebRtcIsacfix_EncodeSpec() local
1459 int WebRtcIsacfix_DecodeRcCoef(Bitstr_dec *streamdata, int16_t *RCQ15) in WebRtcIsacfix_DecodeRcCoef()
1481 int WebRtcIsacfix_EncodeRcCoef(int16_t *RCQ15, Bitstr_enc *streamdata) in WebRtcIsacfix_EncodeRcCoef()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.c275 int16_t RCQ15[AR_ORDER]; in WebRtcIsac_DecodeSpec() local
399 int16_t RCQ15[AR_ORDER]; in WebRtcIsac_EncodeSpec() local
1420 int WebRtcIsac_DecodeRc(Bitstr* streamdata, int16_t* RCQ15) { in WebRtcIsac_DecodeRc()
1440 void WebRtcIsac_EncodeRc(int16_t* RCQ15, Bitstr* streamdata) { in WebRtcIsac_EncodeRc()