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

  /external/webrtc/webrtc/common_audio/signal_processing/
resample_by_2_internal.h 26 void WebRtcSpl_DownBy2IntToShort(int32_t *in, int32_t len, int16_t *out,
resample_48khz.c 49 WebRtcSpl_DownBy2IntToShort(tmpmem, 320, out, state->S_32_16);
131 WebRtcSpl_DownBy2IntToShort(tmpmem, 160, out, state->S_16_8);
resample.c 87 WebRtcSpl_DownBy2IntToShort(tmpmem, 320 / SUB_BLOCKS_22_16, out, state->S_32_16);
220 WebRtcSpl_DownBy2IntToShort(tmpmem, 160 / SUB_BLOCKS_22_8, out, state->S_16_8);
resample_by_2_internal.c 31 void WebRtcSpl_DownBy2IntToShort(int32_t *in, int32_t len, int16_t *out,

Completed in 41 milliseconds