Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_gain_tables.c24 const uint16_t WebRtcIsacfix_kPitchGainCdf[255] = { variable
Dpitch_gain_tables.h25 extern const uint16_t WebRtcIsacfix_kPitchGainCdf[255];
Dencode.c573 *Q_PitchGain_cdf_ptr = WebRtcIsacfix_kPitchGainCdf; in WebRtcIsacfix_EncodeStoredData()
Dentropy_coding.c1579 *pitch_gain_cdf_ptr = WebRtcIsacfix_kPitchGainCdf; in WebRtcIsacfix_DecodePitchGain()
1643 *pitch_gain_cdf_ptr = WebRtcIsacfix_kPitchGainCdf; in WebRtcIsacfix_EncodePitchGain()