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

  /external/webrtc/webrtc/modules/audio_processing/vad/
vad_audio_proc.h 32 int ExtractFeatures(const int16_t* audio_frame,
vad_audio_proc_unittest.cc 48 audioproc.ExtractFeatures(data, kDataLength, &features);
voice_activity_detector.cc 58 audio_processing_.ExtractFeatures(resampled_ptr, length, &features_);
vad_audio_proc.cc 78 int VadAudioProc::ExtractFeatures(const int16_t* frame,
  /external/libtextclassifier/
feature-processor.h 90 // can be provided to multiple calls to ExtractFeatures() operating on the
169 bool ExtractFeatures(const std::vector<Token>& tokens, TokenSpan token_span,
text-classifier.cc 714 if (!selection_feature_processor_->ExtractFeatures(
    [all...]
feature-processor_test.cc 644 EXPECT_TRUE(feature_processor.ExtractFeatures(
699 EXPECT_TRUE(feature_processor.ExtractFeatures(
    [all...]
feature-processor.cc 788 bool FeatureProcessor::ExtractFeatures(
    [all...]
  /external/webrtc/webrtc/tools/agc/
activity_metric.cc 51 // TODO(turajs) A new CL will be committed soon where ExtractFeatures will
55 // Add some dither to quiet frames. This avoids the ExtractFeatures skip a
105 audio_processing_->ExtractFeatures(

Completed in 737 milliseconds