OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcSpl_UpBy2ShortToInt
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/src/common_audio/signal_processing/
resample_by_2_internal.h
32
void
WebRtcSpl_UpBy2ShortToInt
(const WebRtc_Word16 *in, WebRtc_Word32 len,
resample_48khz.c
72
WebRtcSpl_UpBy2ShortToInt
(in, 160, tmpmem + 16, state->S_16_32);
155
WebRtcSpl_UpBy2ShortToInt
(in, 80, tmpmem + 264, state->S_8_16);
resample.c
57
WebRtcSpl_UpBy2ShortToInt
(in, 220 / SUB_BLOCKS_22_16, tmpmem + 16, state->S_22_44);
127
WebRtcSpl_UpBy2ShortToInt
(in, 160 / SUB_BLOCKS_16_22, tmpmem + 8, state->S_16_32);
261
WebRtcSpl_UpBy2ShortToInt
(in, 80 / SUB_BLOCKS_8_22, tmpmem + 18, state->S_8_16);
resample_by_2_internal.c
200
void
WebRtcSpl_UpBy2ShortToInt
(const WebRtc_Word16 *in, WebRtc_Word32 len, WebRtc_Word32 *out,
Completed in 1740 milliseconds