Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/utility/
Ddelay_estimator.c20 static const int kShiftsLinearSlope = 3; variable
234 shifts -= (kShiftsLinearSlope * handle->far_bit_counts[i]) >> 4; in WebRtc_ProcessBinarySpectrum()