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

  /external/webrtc/src/common_audio/signal_processing/
resample_by_2_internal.h 26 void WebRtcSpl_DownBy2IntToShort(WebRtc_Word32 *in, WebRtc_Word32 len, WebRtc_Word16 *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(WebRtc_Word32 *in, WebRtc_Word32 len, WebRtc_Word16 *out,

Completed in 173 milliseconds