Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dspectrum_ar_model_tables.h63 extern const int16_t WebRtcIsacfix_kRcBound[12];
Dspectrum_ar_model_tables.c91 const int16_t WebRtcIsacfix_kRcBound[12] = { variable
Dentropy_coding.c1492 if (RCQ15[k] > WebRtcIsacfix_kRcBound[index[k]]) in WebRtcIsacfix_EncodeRcCoef()
1494 while (RCQ15[k] > WebRtcIsacfix_kRcBound[index[k] + 1]) in WebRtcIsacfix_EncodeRcCoef()
1499 while (RCQ15[k] < WebRtcIsacfix_kRcBound[--index[k]]) ; in WebRtcIsacfix_EncodeRcCoef()