Home
last modified time | relevance | path

Searched refs:state_length (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
Dfilter_ar.c25 size_t state_length, in WebRtcSpl_FilterAR() argument
45 int16_t* state_ptr = &state[state_length - 1]; in WebRtcSpl_FilterAR()
46 int16_t* state_low_ptr = &state_low[state_length - 1]; in WebRtcSpl_FilterAR()
70 if (x_length >= state_length) in WebRtcSpl_FilterAR()
76 for (i = 0; i < state_length - x_length; i++) in WebRtcSpl_FilterAR()
83 state[state_length - x_length + i] = filtered[i]; in WebRtcSpl_FilterAR()
84 state[state_length - x_length + i] = filtered_low[i]; in WebRtcSpl_FilterAR()