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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
merge.h 80 // |input_downsampled_| and |expanded_downsampled_|, respectively.
84 // Calculates cross-correlation between |input_downsampled_| and
96 int16_t input_downsampled_[kInputDownsampLength]; member in class:webrtc::Merge
merge.cc 296 input_downsampled_, downsamp_temp_len,
299 memset(&input_downsampled_[downsamp_temp_len], 0,
303 input_length - signal_offset, input_downsampled_,
323 WebRtcSpl_CrossCorrelation(correlation, input_downsampled_,

Completed in 132 milliseconds