Searched refs:shTotMax (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | cb_update_best_index.c | 31 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()
|
D | cb_search.c | 60 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()
|
D | cb_update_best_index.h | 32 int16_t *shTotMax, /* (i/o) Shifts of maximum criteria */
|