Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/signal_processing/
Dresample_by_2.c78 register WebRtc_Word32 state4 = filtState[4]; in WebRtcSpl_DownsampleBy2() local
99 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state4); in WebRtcSpl_DownsampleBy2()
100 state4 = in32; in WebRtcSpl_DownsampleBy2()
119 filtState[4] = state4; in WebRtcSpl_DownsampleBy2()
135 register WebRtc_Word32 state4 = filtState[4]; in WebRtcSpl_UpsampleBy2() local
159 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state4); in WebRtcSpl_UpsampleBy2()
160 state4 = in32; in WebRtcSpl_UpsampleBy2()
177 filtState[4] = state4; in WebRtcSpl_UpsampleBy2()