Home
last modified time | relevance | path

Searched defs:HighPassFilter (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/include/
H A Daudio_processing.h201 struct HighPassFilter { struct
202 bool enabled = false;
203 bool apply_in_full_band = true;
/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Dhigh_pass_filter.cc55 HighPassFilter::HighPassFilter(int sample_rate_hz, size_t num_channels) in HighPassFilter() function in webrtc::HighPassFilter
H A Daudio_processing_unittest.cc1276 TEST_F(ApmTest, HighPassFilter) { in TEST_F() argument
/aosp_15_r20/external/webrtc/common_audio/vad/
H A Dvad_filterbank.c39 static void HighPassFilter(const int16_t* data_in, size_t data_length, in HighPassFilter() function