Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dmerge.cc99 std::min(kMaxCorrelationLength * fs_mult_, in Process()
319 const size_t max_corr_length = kMaxCorrelationLength; in CorrelateAndPeakSearch()
323 int32_t correlation[kMaxCorrelationLength]; in CorrelateAndPeakSearch()
330 const size_t correlation_buffer_size = 2 * pad_length + kMaxCorrelationLength; in CorrelateAndPeakSearch()
356 kMaxCorrelationLength + pad_length - start_index_downsamp); in CorrelateAndPeakSearch()
Dmerge.h58 static const size_t kMaxCorrelationLength = 60; variable