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

  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_utils.h 62 enum StepType {
75 VarianceArray(size_t freqs, StepType type, size_t window_size, float decay);
intelligibility_enhancer.h 52 intelligibility::VarianceArray::StepType var_type;
intelligibility_enhancer_unittest.cc 95 bool CheckUpdate(VarianceArray::StepType step_type) {
125 vector<VarianceArray::StepType> step_types;
intelligibility_utils_unittest.cc 77 vector<VarianceArray::StepType> step_types;
intelligibility_enhancer.cc 47 using VarianceType = intelligibility::VarianceArray::StepType;
intelligibility_utils.cc 55 StepType type,
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/test/
intelligibility_proc.cc 112 config.var_type = static_cast<VarianceArray::StepType>(FLAGS_clear_type);

Completed in 3213 milliseconds