Home
last modified time | relevance | path

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

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