Searched refs:midInd (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dbandwidth_estimator.c610 int16_t midInd; local
655 midInd = (maxInd + minInd) >> 1;
656 if(rate > ptrQuantizationTable[midInd])
658 minInd = midInd;
662 maxInd = midInd;
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dbandwidth_estimator.c610 WebRtc_Word16 midInd; local
655 midInd = (maxInd + minInd) >> 1;
656 if(rate > ptrQuantizationTable[midInd])
658 minInd = midInd;
662 maxInd = midInd;

Completed in 122 milliseconds