Searched refs:CB_RESRANGE (Results 1 – 2 of 2) sorted by relevance
233 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()
62 #define CB_RESRANGE 34 macro