Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/signal_processing/
Dresample_by_2.c71 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; in WebRtcSpl_DownsampleBy2() local
109 out32 = (state3 + state7 + 1024) >> 11; in WebRtcSpl_DownsampleBy2()
112 *out++ = WebRtcSpl_SatW32ToW16(out32); in WebRtcSpl_DownsampleBy2()
128 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; in WebRtcSpl_UpsampleBy2() local
154 out32 = (state3 + 512) >> 10; in WebRtcSpl_UpsampleBy2()
155 *out++ = WebRtcSpl_SatW32ToW16(out32); in WebRtcSpl_UpsampleBy2()
169 out32 = (state7 + 512) >> 10; in WebRtcSpl_UpsampleBy2()
170 *out++ = WebRtcSpl_SatW32ToW16(out32); in WebRtcSpl_UpsampleBy2()