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

  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.c 311 WebRtc_Word32 out_tmp, tmp32; local
575 out_tmp = WEBRTC_SPL_RSHIFT_W32(tmp32 , 16);
576 if (out_tmp > 4095)
579 } else if (out_tmp < -4096)
592 out_tmp = WEBRTC_SPL_RSHIFT_W32(tmp32 , 16);
593 if (out_tmp > 4095)
596 } else if (out_tmp < -4096)
  /external/webrtc/src/modules/audio_processing/aec/
echo_cancellation.c 555 int16_t out_tmp[FRAME_LEN]; local
580 out_tmp, FRAME_LEN);
585 out_tmp, FRAME_LEN);

Completed in 152 milliseconds