Searched refs:state5 (Results 1 – 1 of 1) sorted by relevance
79 register WebRtc_Word32 state5 = filtState[5]; in WebRtcSpl_DownsampleBy2() local98 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() local158 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()