Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dmerge.h57 static const size_t kInputDownsampLength = 40; variable
93 int16_t input_downsampled_[kInputDownsampLength];
Dmerge.cc306 sizeof(int16_t) * (kInputDownsampLength - downsamp_temp_len)); in Downsample()
310 kInputDownsampLength, filter_coefficients, num_coefficients, in Downsample()
325 kInputDownsampLength, stop_position_downsamp, 1, in CorrelateAndPeakSearch()