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

  /external/webrtc/webrtc/modules/audio_processing/intelligibility/test/
intelligibility_proc.cc 122 float* noise_cursor = &noise_fpcm[0]; local
125 enh.AnalyzeCaptureAudio(&noise_cursor, FLAGS_sample_rate, kNumChannels);
128 noise_cursor += fragment_size;
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_enhancer_unittest.cc 100 float* noise_cursor = &noise_data_[0]; local
102 enh_->AnalyzeCaptureAudio(&noise_cursor, kSampleRate, kNumChannels);
105 noise_cursor += kFragmentSize;

Completed in 88 milliseconds