HomeSort by relevance Sort by last modified time
    Searched refs:left_shifts (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
window32_w32.c 33 int16_t left_shifts; local
36 left_shifts = (int16_t)WebRtcSpl_NormW32(x[0]);
37 WebRtcSpl_VectorBitShiftW32(x, N, x, (int16_t)(-left_shifts));
59 WebRtcSpl_VectorBitShiftW32(z, N, z, left_shifts);
  /external/webrtc/webrtc/common_audio/signal_processing/
vector_scaling_operations.c 78 int left_shifts = -right_shifts; local
80 tmp_w32 = (*in++) << left_shifts;

Completed in 81 milliseconds