Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlpc_tables.h43 extern const uint16_t WebRtcIsacfix_kMaxIndGain[12];
Dentropy_coding.c1174 else if (index_gQQ[k] > WebRtcIsacfix_kMaxIndGain[k]) { in EstCodeLpcCoef()
1175 index_gQQ[k] = WebRtcIsacfix_kMaxIndGain[k]; in EstCodeLpcCoef()
1411 else if (index_gQQ[k] > WebRtcIsacfix_kMaxIndGain[k]) { in WebRtcIsacfix_EstCodeLpcGain()
1412 index_gQQ[k] = WebRtcIsacfix_kMaxIndGain[k]; in WebRtcIsacfix_EstCodeLpcGain()
2030 else if (index_gQQ[k] > WebRtcIsacfix_kMaxIndGain[k]) { in WebRtcIsacfix_TranscodeLpcCoef()
2031 index_gQQ[k] = WebRtcIsacfix_kMaxIndGain[k]; in WebRtcIsacfix_TranscodeLpcCoef()
Dlpc_tables.c76 const uint16_t WebRtcIsacfix_kMaxIndGain[12] = { variable