Searched refs:out32 (Results 1 – 1 of 1) sorted by relevance
71 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; in WebRtcSpl_DownsampleBy2() local109 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() local154 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()