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

  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
resample_by_2_internal.h 41 void WebRtcSpl_LPBy2ShortToInt(const int16_t* in, int32_t len,
resample_48khz.c 34 WebRtcSpl_LPBy2ShortToInt(in, 480, tmpmem + 16, state->S_48_48);
resample.c 190 WebRtcSpl_LPBy2ShortToInt(in, 220 / SUB_BLOCKS_22_8, tmpmem + 16, state->S_22_22);
resample_by_2_internal.c 419 void WebRtcSpl_LPBy2ShortToInt(const int16_t* in, int32_t len, int32_t* out,
  /external/webrtc/src/common_audio/signal_processing/
resample_by_2_internal.h 41 void WebRtcSpl_LPBy2ShortToInt(const WebRtc_Word16* in, WebRtc_Word32 len,
resample_48khz.c 34 WebRtcSpl_LPBy2ShortToInt(in, 480, tmpmem + 16, state->S_48_48);
resample.c 190 WebRtcSpl_LPBy2ShortToInt(in, 220 / SUB_BLOCKS_22_8, tmpmem + 16, state->S_22_22);
resample_by_2_internal.c 419 void WebRtcSpl_LPBy2ShortToInt(const WebRtc_Word16* in, WebRtc_Word32 len, WebRtc_Word32* out,

Completed in 4842 milliseconds