Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dspectrum_ar_model_tables.h66 extern const int32_t WebRtcIsac_kQGain2BoundaryLevels[19];
Dspectrum_ar_model_tables.c109 const int32_t WebRtcIsac_kQGain2BoundaryLevels[19] = { variable
Dentropy_coding.c1491 if (*gainQ10 > WebRtcIsac_kQGain2BoundaryLevels[index]) { in WebRtcIsac_EncodeGain2()
1492 while (*gainQ10 > WebRtcIsac_kQGain2BoundaryLevels[index + 1]) { in WebRtcIsac_EncodeGain2()
1496 while (*gainQ10 < WebRtcIsac_kQGain2BoundaryLevels[--index]) ; in WebRtcIsac_EncodeGain2()