Searched refs:state6 (Results 1 – 1 of 1) sorted by relevance
80 register WebRtc_Word32 state6 = filtState[6]; in WebRtcSpl_DownsampleBy2() local101 diff = tmp1 - state6; in WebRtcSpl_DownsampleBy2()105 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2()106 state6 = tmp2; in WebRtcSpl_DownsampleBy2()121 filtState[6] = state6; in WebRtcSpl_DownsampleBy2()137 register WebRtc_Word32 state6 = filtState[6]; in WebRtcSpl_UpsampleBy2() local161 diff = tmp1 - state6; in WebRtcSpl_UpsampleBy2()165 state7 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state6); in WebRtcSpl_UpsampleBy2()166 state6 = tmp2; in WebRtcSpl_UpsampleBy2()179 filtState[6] = state6; in WebRtcSpl_UpsampleBy2()