Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dcb_update_best_index.c34 int16_t *bestGain) /* (i/o) Gain in Q14 that corresponds in WebRtcIlbcfix_CbUpdateBestIndex() argument
75 *bestGain=21299; in WebRtcIlbcfix_CbUpdateBestIndex()
77 *bestGain=-21299; in WebRtcIlbcfix_CbUpdateBestIndex()
79 *bestGain=(int16_t)gainW32; in WebRtcIlbcfix_CbUpdateBestIndex()
Dcb_search.c62 int16_t bestGain=0; in WebRtcIlbcfix_CbSearch() local
195 bestGain=0; in WebRtcIlbcfix_CbSearch()
231 &CritMax, &shTotMax, &bestIndex, &bestGain); in WebRtcIlbcfix_CbSearch()
284 &CritMax, &shTotMax, &bestIndex, &bestGain); in WebRtcIlbcfix_CbSearch()
289 bestGain = WebRtcIlbcfix_GainQuant(bestGain, in WebRtcIlbcfix_CbSearch()
342 WebRtcSpl_AddAffineVectorToVector(target, pp, (int16_t)(-bestGain), in WebRtcIlbcfix_CbSearch()
346 gains[stage+1] = bestGain; in WebRtcIlbcfix_CbSearch()
Dcb_update_best_index.h35 int16_t *bestGain); /* (i/o) Gain in Q14 that corresponds