Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/signal_processing/
Dresample_by_2.c79 register WebRtc_Word32 state5 = filtState[5]; in WebRtcSpl_DownsampleBy2() local
98 diff = in32 - state5; in WebRtcSpl_DownsampleBy2()
102 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state5); in WebRtcSpl_DownsampleBy2()
103 state5 = tmp1; in WebRtcSpl_DownsampleBy2()
120 filtState[5] = state5; in WebRtcSpl_DownsampleBy2()
136 register WebRtc_Word32 state5 = filtState[5]; in WebRtcSpl_UpsampleBy2() local
158 diff = in32 - state5; in WebRtcSpl_UpsampleBy2()
162 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state5); in WebRtcSpl_UpsampleBy2()
163 state5 = tmp1; in WebRtcSpl_UpsampleBy2()
178 filtState[5] = state5; in WebRtcSpl_UpsampleBy2()