Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dcb_update_best_index.c31 int16_t *shTotMax, /* (i/o) Shifts of maximum criteria */ in WebRtcIlbcfix_CbUpdateBestIndex() argument
42 if (CritNewSh>(*shTotMax)) { in WebRtcIlbcfix_CbUpdateBestIndex()
43 shOld=WEBRTC_SPL_MIN(31,CritNewSh-(*shTotMax)); in WebRtcIlbcfix_CbUpdateBestIndex()
47 shNew=WEBRTC_SPL_MIN(31,(*shTotMax)-CritNewSh); in WebRtcIlbcfix_CbUpdateBestIndex()
83 *shTotMax=CritNewSh; in WebRtcIlbcfix_CbUpdateBestIndex()
Dcb_search.c60 int16_t shTotMax=WEBRTC_SPL_WORD16_MIN; in WebRtcIlbcfix_CbSearch() local
193 shTotMax=-100; in WebRtcIlbcfix_CbSearch()
231 &CritMax, &shTotMax, &bestIndex, &bestGain); in WebRtcIlbcfix_CbSearch()
284 &CritMax, &shTotMax, &bestIndex, &bestGain); in WebRtcIlbcfix_CbSearch()
Dcb_update_best_index.h32 int16_t *shTotMax, /* (i/o) Shifts of maximum criteria */