Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dexpand.cc817 static const int kCorrelationShift = 6; in Correlation() local
823 kCorrelationLength, kNumCorrelationLags, kCorrelationShift, -1); in Correlation()
833 *output_scale = 2 * norm_shift + kCorrelationShift + norm_shift2; in Correlation()