Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dmerge.cc103 kMaxCorrelationLength * fs_mult_, in Process()
314 const size_t max_corr_length = kMaxCorrelationLength; in CorrelateAndPeakSearch()
322 int32_t correlation[kMaxCorrelationLength]; in CorrelateAndPeakSearch()
329 const size_t correlation_buffer_size = 2 * pad_length + kMaxCorrelationLength; in CorrelateAndPeakSearch()
355 kMaxCorrelationLength + pad_length - start_index_downsamp); in CorrelateAndPeakSearch()
Dmerge.h63 static const size_t kMaxCorrelationLength = 60; variable