Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dcb_update_best_index.c37 int16_t shOld, shNew, tmp16; in WebRtcIlbcfix_CbUpdateBestIndex() local
43 shOld=WEBRTC_SPL_MIN(31,CritNewSh-(*shTotMax)); in WebRtcIlbcfix_CbUpdateBestIndex()
46 shOld=0; in WebRtcIlbcfix_CbUpdateBestIndex()
54 if ((CritNew >> shNew) > (*CritMax >> shOld)) { in WebRtcIlbcfix_CbUpdateBestIndex()