HomeSort by relevance Sort by last modified time
    Searched refs:CB_RESRANGE (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
cb_search.c 233 sInd = ((CB_RESRANGE >> 1) > bestIndex) ?
234 0 : (bestIndex - (CB_RESRANGE >> 1));
235 eInd=sInd+CB_RESRANGE;
238 sInd=eInd-CB_RESRANGE;
defines.h 62 #define CB_RESRANGE 34

Completed in 39 milliseconds