Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dpitch_lag_tables.h33 extern const uint16_t *WebRtcIsac_kQPitchLagCdfPtrLo[4];
Dpitch_lag_tables.c45 const uint16_t *WebRtcIsac_kQPitchLagCdfPtrLo[4] = {WebRtcIsac_kQPitchLagCdf1Lo, WebRtcIsac_kQPitch… variable
Dentropy_coding.c1617 cdf = WebRtcIsac_kQPitchLagCdfPtrLo; in WebRtcIsac_DecodePitchLag()
1706 cdf = WebRtcIsac_kQPitchLagCdfPtrLo; in WebRtcIsac_EncodePitchLag()
Dencode.c1093 cdf = WebRtcIsac_kQPitchLagCdfPtrLo; in WebRtcIsac_EncodeStoredDataLb()