Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dpitch_lag_tables.h61 extern const uint16_t *WebRtcIsac_kQPitchLagCdfPtrMid[4];
Dpitch_lag_tables.c119 const uint16_t *WebRtcIsac_kQPitchLagCdfPtrMid[4] = {WebRtcIsac_kQPitchLagCdf1Mid, WebRtcIsac_kQPit… variable
Dentropy_coding.c1626 cdf = WebRtcIsac_kQPitchLagCdfPtrMid; in WebRtcIsac_DecodePitchLag()
1714 cdf = WebRtcIsac_kQPitchLagCdfPtrMid; in WebRtcIsac_EncodePitchLag()
Dencode.c1095 cdf = WebRtcIsac_kQPitchLagCdfPtrMid; in WebRtcIsac_EncodeStoredDataLb()