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

/external/webrtc/src/modules/audio_processing/utility/
H A Ddelay_estimator.c20 static const int kShiftsLinearSlope = 3; variable
234 shifts -= (kShiftsLinearSlope * handle->far_bit_counts[i]) >> 4;
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.c20 static const int kShiftsLinearSlope = 3; variable
557 shifts -= (kShiftsLinearSlope * self->farend->far_bit_counts[i]) >> 4;

Completed in 236 milliseconds