Searched refs:tmp_w32 (Results 1 – 1 of 1) sorted by relevance
70 int32_t tmp_w32; in WebRtcSpl_VectorBitShiftW32ToW16() local74 tmp_w32 = (*in++) >> right_shifts; in WebRtcSpl_VectorBitShiftW32ToW16()75 (*out++) = WebRtcSpl_SatW32ToW16(tmp_w32); in WebRtcSpl_VectorBitShiftW32ToW16()80 tmp_w32 = (*in++) << left_shifts; in WebRtcSpl_VectorBitShiftW32ToW16()81 (*out++) = WebRtcSpl_SatW32ToW16(tmp_w32); in WebRtcSpl_VectorBitShiftW32ToW16()