Home
last modified time | relevance | path

Searched refs:WebRtcIsac_kQPitchLagCdfPtrHi (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dpitch_lag_tables.h89 extern const uint16_t *WebRtcIsac_kQPitchLagCdfPtrHi[4];
Dpitch_lag_tables.c227 const uint16_t *WebRtcIsac_kQPitchLagCdfPtrHi[4] = {WebRtcIsac_kQPitchLagCdf1Hi, WebRtcIsac_kQPitch… variable
Dentropy_coding.c1635 cdf = WebRtcIsac_kQPitchLagCdfPtrHi; in WebRtcIsac_DecodePitchLag()
1722 cdf = WebRtcIsac_kQPitchLagCdfPtrHi; in WebRtcIsac_EncodePitchLag()
Dencode.c1097 cdf = WebRtcIsac_kQPitchLagCdfPtrHi; in WebRtcIsac_EncodeStoredDataLb()