Searched refs:WebRtcIsacfix_kMaxIndGain (Results 1 – 3 of 3) sorted by relevance
44 extern const WebRtc_UWord16 WebRtcIsacfix_kMaxIndGain[12];
1117 else if (index_gQQ[k] > WebRtcIsacfix_kMaxIndGain[k]) { in EstCodeLpcCoef()1118 index_gQQ[k] = WebRtcIsacfix_kMaxIndGain[k]; in EstCodeLpcCoef()1422 else if (index_gQQ[k] > WebRtcIsacfix_kMaxIndGain[k]) { in WebRtcIsacfix_EstCodeLpcGain()1423 index_gQQ[k] = WebRtcIsacfix_kMaxIndGain[k]; in WebRtcIsacfix_EstCodeLpcGain()2068 else if (index_gQQ[k] > WebRtcIsacfix_kMaxIndGain[k]) { in WebRtcIsacfix_TranscodeLpcCoef()2069 index_gQQ[k] = WebRtcIsacfix_kMaxIndGain[k]; in WebRtcIsacfix_TranscodeLpcCoef()
76 const WebRtc_UWord16 WebRtcIsacfix_kMaxIndGain[12] = { variable