Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dmerge.h62 static const size_t kInputDownsampLength = 40; variable
96 int16_t input_downsampled_[kInputDownsampLength];
Dmerge.cc300 sizeof(int16_t) * (kInputDownsampLength - downsamp_temp_len)); in Downsample()
304 kInputDownsampLength, filter_coefficients, in Downsample()
324 expanded_downsampled_, kInputDownsampLength, in CorrelateAndPeakSearch()