Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/signal_processing/
Dresample_by_2.c30 static __inline WebRtc_Word32 MUL_ACCUM_1(WebRtc_Word32 tbl_value, in MUL_ACCUM_1() function
62 #define MUL_ACCUM_1(a, b, c) WEBRTC_SPL_SCALEDIFF32(a, b, c) macro
87 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state0); in WebRtcSpl_DownsampleBy2()
99 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state4); in WebRtcSpl_DownsampleBy2()
102 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state5); in WebRtcSpl_DownsampleBy2()
144 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state0); in WebRtcSpl_UpsampleBy2()
147 tmp2 = MUL_ACCUM_1(kResampleAllpass1[1], diff, state1); in WebRtcSpl_UpsampleBy2()
159 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state4); in WebRtcSpl_UpsampleBy2()