Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/signal_processing/
Dresample_by_2_mips.c42 register int32_t state4 = filtState[4]; in WebRtcSpl_DownsampleBy2() local
112 [state4] "+r" (state4), [tmp12] "=&r" (tmp12), in WebRtcSpl_DownsampleBy2()
170 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state4); in WebRtcSpl_DownsampleBy2()
171 state4 = in32; in WebRtcSpl_DownsampleBy2()
199 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state4); in WebRtcSpl_DownsampleBy2()
200 state4 = in32; in WebRtcSpl_DownsampleBy2()
228 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state4); in WebRtcSpl_DownsampleBy2()
229 state4 = in32; in WebRtcSpl_DownsampleBy2()
257 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state4); in WebRtcSpl_DownsampleBy2()
258 state4 = in32; in WebRtcSpl_DownsampleBy2()
[all …]
Dresample_by_2.c79 register int32_t state4 = filtState[4]; in WebRtcSpl_DownsampleBy2() local
100 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state4); in WebRtcSpl_DownsampleBy2()
101 state4 = in32; in WebRtcSpl_DownsampleBy2()
120 filtState[4] = state4; in WebRtcSpl_DownsampleBy2()
137 register int32_t state4 = filtState[4]; in WebRtcSpl_UpsampleBy2() local
161 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state4); in WebRtcSpl_UpsampleBy2()
162 state4 = in32; in WebRtcSpl_UpsampleBy2()
179 filtState[4] = state4; in WebRtcSpl_UpsampleBy2()