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

  /external/webrtc/webrtc/common_audio/signal_processing/
resample_by_2_internal.h 38 void WebRtcSpl_UpBy2IntToShort(const int32_t *in, int32_t len,
resample_48khz.c 87 WebRtcSpl_UpBy2IntToShort(tmpmem, 240, out, state->S_24_48);
176 WebRtcSpl_UpBy2IntToShort(tmpmem, 240, out, state->S_24_48);
resample.c 291 WebRtcSpl_UpBy2IntToShort(tmpmem, 110 / SUB_BLOCKS_8_22, out, state->S_11_22);
resample_by_2_internal.c 340 void WebRtcSpl_UpBy2IntToShort(const int32_t *in, int32_t len, int16_t *out,

Completed in 308 milliseconds