Searched refs:RCQ15 (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | entropy_coding.h | 167 int WebRtcIsac_DecodeRc(Bitstr* streamdata, int16_t* RCQ15); 170 void WebRtcIsac_EncodeRc(int16_t* RCQ15, Bitstr* streamdata);
|
D | entropy_coding.c | 275 int16_t RCQ15[AR_ORDER]; in WebRtcIsac_DecodeSpec() local 296 if (WebRtcIsac_DecodeRc(streamdata, RCQ15) < 0) in WebRtcIsac_DecodeSpec() 299 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12); in WebRtcIsac_DecodeSpec() 399 int16_t RCQ15[AR_ORDER]; in WebRtcIsac_EncodeSpec() local 519 WebRtcSpl_AutoCorrToReflCoef(CorrQ7_norm, AR_ORDER, RCQ15); in WebRtcIsac_EncodeSpec() 522 WebRtcIsac_EncodeRc(RCQ15, streamdata); in WebRtcIsac_EncodeSpec() 525 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12); in WebRtcIsac_EncodeSpec() 1420 int WebRtcIsac_DecodeRc(Bitstr* streamdata, int16_t* RCQ15) { in WebRtcIsac_DecodeRc() argument 1433 RCQ15[k] = *(WebRtcIsac_kQArRcLevelsPtr[k] + index[k]); in WebRtcIsac_DecodeRc() 1440 void WebRtcIsac_EncodeRc(int16_t* RCQ15, Bitstr* streamdata) { in WebRtcIsac_EncodeRc() argument [all …]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | entropy_coding.c | 461 int16_t RCQ15[AR_ORDER]; in WebRtcIsacfix_DecodeSpec() local 471 if (WebRtcIsacfix_DecodeRcCoef(streamdata, RCQ15) < 0) in WebRtcIsacfix_DecodeSpec() 475 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12); in WebRtcIsacfix_DecodeSpec() 530 int16_t RCQ15[AR_ORDER]; in WebRtcIsacfix_EncodeSpec() local 584 WebRtcSpl_AutoCorrToReflCoef(CorrQ7_norm, AR_ORDER, RCQ15); in WebRtcIsacfix_EncodeSpec() 587 status = WebRtcIsacfix_EncodeRcCoef(RCQ15, streamdata); in WebRtcIsacfix_EncodeSpec() 593 WebRtcSpl_ReflCoefToLpc(RCQ15, AR_ORDER, ARCoefQ12); in WebRtcIsacfix_EncodeSpec() 1459 int WebRtcIsacfix_DecodeRcCoef(Bitstr_dec *streamdata, int16_t *RCQ15) in WebRtcIsacfix_DecodeRcCoef() argument 1472 RCQ15[k] = *(WebRtcIsacfix_kRcLevPtr[k] + index[k]); in WebRtcIsacfix_DecodeRcCoef() 1481 int WebRtcIsacfix_EncodeRcCoef(int16_t *RCQ15, Bitstr_enc *streamdata) in WebRtcIsacfix_EncodeRcCoef() argument [all …]
|
D | entropy_coding.h | 64 int16_t *RCQ15); 67 int WebRtcIsacfix_EncodeRcCoef(int16_t *RCQ15,
|