Searched defs:filter_state1 (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
H A Dsplitting_filter.c129 int32_t* filter_state1, int32_t* filter_state2)
151 WebRtcSpl_kAllPassFilter1, filter_state1);
169 int32_t* filter_state1, int32_t* filter_state2)
192 WebRtcSpl_kAllPassFilter2, filter_state1);
127 WebRtcSpl_AnalysisQMF(const int16_t* in_data, size_t in_data_length, int16_t* low_band, int16_t* high_band, int32_t* filter_state1, int32_t* filter_state2) argument
167 WebRtcSpl_SynthesisQMF(const int16_t* low_band, const int16_t* high_band, size_t band_length, int16_t* out_data, int32_t* filter_state1, int32_t* filter_state2) argument

Completed in 120 milliseconds