Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/signal_processing/
Dresample_by_2.c46 static __inline WebRtc_Word32 MUL_ACCUM_2(WebRtc_Word32 tbl_value, in MUL_ACCUM_2() function
63 #define MUL_ACCUM_2(a, b, c) WEBRTC_SPL_SCALEDIFF32(a, b, c) macro
90 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state1); in WebRtcSpl_DownsampleBy2()
93 state3 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state2); in WebRtcSpl_DownsampleBy2()
105 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6); in WebRtcSpl_DownsampleBy2()
150 state3 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state2); in WebRtcSpl_UpsampleBy2()
162 tmp2 = MUL_ACCUM_2(kResampleAllpass2[1], diff, state5); in WebRtcSpl_UpsampleBy2()
165 state7 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state6); in WebRtcSpl_UpsampleBy2()