Home
last modified time | relevance | path

Searched refs:WebRtcIsacfix_kGain2Bound (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dspectrum_ar_model_tables.h83 extern const int32_t WebRtcIsacfix_kGain2Bound[19];
Dspectrum_ar_model_tables.c137 const int32_t WebRtcIsacfix_kGain2Bound[19] = { variable
Dentropy_coding.c1548 if (*gainQ10 > WebRtcIsacfix_kGain2Bound[index]) in WebRtcIsacfix_EncodeGain2()
1550 while (*gainQ10 > WebRtcIsacfix_kGain2Bound[index + 1]) in WebRtcIsacfix_EncodeGain2()
1555 while (*gainQ10 < WebRtcIsacfix_kGain2Bound[--index]) ; in WebRtcIsacfix_EncodeGain2()