Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/signal_processing/
Dfilter_ar.c26 WebRtc_Word16* state_low, in WebRtcSpl_FilterAR() argument
46 WebRtc_Word16* state_low_ptr = &state_low[state_length - 1]; in WebRtcSpl_FilterAR()
73 WebRtcSpl_CopyFromEndW16(filtered_low, x_length, a_length - 1, state_low); in WebRtcSpl_FilterAR()
79 state_low[i] = state_low[i + x_length]; in WebRtcSpl_FilterAR()