Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dcb_search.c233 sInd = ((CB_RESRANGE >> 1) > bestIndex) ? in WebRtcIlbcfix_CbSearch()
234 0 : (bestIndex - (CB_RESRANGE >> 1)); in WebRtcIlbcfix_CbSearch()
235 eInd=sInd+CB_RESRANGE; in WebRtcIlbcfix_CbSearch()
238 sInd=eInd-CB_RESRANGE; in WebRtcIlbcfix_CbSearch()
Ddefines.h62 #define CB_RESRANGE 34 macro