HomeSort by relevance Sort by last modified time
    Searched refs:kMaxCorrelationLength (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
merge.h 70 static const int kMaxCorrelationLength = 60;
merge.cc 89 kMaxCorrelationLength * fs_mult_,
297 const int max_corr_length = kMaxCorrelationLength;
305 int32_t correlation[kMaxCorrelationLength];
312 const int correlation_buffer_size = 2 * pad_length + kMaxCorrelationLength;
338 kMaxCorrelationLength + pad_length - start_index_downsamp);

Completed in 847 milliseconds