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

  /external/webrtc/src/modules/audio_processing/main/source/
high_pass_filter_impl.cc 30 struct FilterState {
36 int InitializeFilter(FilterState* hpf, int sample_rate_hz) {
51 int Filter(FilterState* hpf, WebRtc_Word16* data, int length) {
106 typedef FilterState Handle;
154 return new FilterState;
  /external/webrtc/src/modules/audio_processing/agc/main/source/
analog_agc.h 77 WebRtc_Word32 filterState[8]; // For downsampling wb to nb
analog_agc.c 299 WebRtcSpl_DownsampleBy2(&in_mic[i * 32], 32, tmp_speech, stt->filterState);
    [all...]

Completed in 59 milliseconds