Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/signal_processing/
Dresample_by_2.c81 register WebRtc_Word32 state7 = filtState[7]; in WebRtcSpl_DownsampleBy2() local
104 diff = tmp2 - state7; in WebRtcSpl_DownsampleBy2()
105 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2()
109 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
122 filtState[7] = state7; in WebRtcSpl_DownsampleBy2()
138 register WebRtc_Word32 state7 = filtState[7]; in WebRtcSpl_UpsampleBy2() local
164 diff = tmp2 - state7; in WebRtcSpl_UpsampleBy2()
165 state7 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state6); in WebRtcSpl_UpsampleBy2()
169 out32 = (state7 + 512) >> 10; in WebRtcSpl_UpsampleBy2()
180 filtState[7] = state7; in WebRtcSpl_UpsampleBy2()