Searched refs:left_shifts (Results 1 – 2 of 2) sorted by relevance
33 int16_t left_shifts; in WebRtcIlbcfix_Window32W32() local36 left_shifts = (int16_t)WebRtcSpl_NormW32(x[0]); in WebRtcIlbcfix_Window32W32()37 WebRtcSpl_VectorBitShiftW32(x, N, x, (int16_t)(-left_shifts)); in WebRtcIlbcfix_Window32W32()59 WebRtcSpl_VectorBitShiftW32(z, N, z, left_shifts); in WebRtcIlbcfix_Window32W32()
78 int left_shifts = -right_shifts; in WebRtcSpl_VectorBitShiftW32ToW16() local80 tmp_w32 = (*in++) << left_shifts; in WebRtcSpl_VectorBitShiftW32ToW16()