Searched refs:kMinLag (Results 1 – 2 of 2) sorted by relevance
75 peak_index += kMinLag * fs_mult_ * 2; in Process()164 &downsampled_input_[kMaxLag], &downsampled_input_[kMaxLag - kMinLag], in AutoCorrelation()165 kCorrelationLen, kMaxLag - kMinLag, -1, auto_corr); in AutoCorrelation()
83 static const size_t kMinLag = 10; variable