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

  /cts/suite/audio_quality/test/
AudioPlayTestCommon.h 42 static const int SIGNAL_LENGTH = AudioHardware::SAMPLES_PER_ONE_GO * 2;
54 SIGNAL_FREQ, SIGNAL_LENGTH);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
expand.cc 374 const size_t signal_length = static_cast<size_t>(256 * fs_mult); local
376 &(*sync_buffer_)[0][sync_buffer_->Size() - signal_length];
386 Correlation(audio_history, signal_length, correlation_vector,
408 &(audio_history[signal_length - fs_mult_dist_len]), min_index,
455 &audio_history[signal_length - correlation_length - start_index
465 &(audio_history[signal_length - correlation_length]),
466 &(audio_history[signal_length - correlation_length - start_index]),
477 &(audio_history[signal_length - correlation_length]),
478 &(audio_history[signal_length - correlation_length]),
481 &(audio_history[signal_length - correlation_length - best_index])
    [all...]

Completed in 1954 milliseconds