Home
last modified time | relevance | path

Searched refs:data_out_length (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
Ddownsample_fast.c18 size_t data_out_length, in WebRtcSpl_DownsampleFastC() argument
26 size_t endpos = delay + factor * (data_out_length - 1) + 1; in WebRtcSpl_DownsampleFastC()
29 if (data_out_length == 0 || coefficients_length == 0 in WebRtcSpl_DownsampleFastC()
Ddownsample_fast_mips.c17 size_t data_out_length, in WebRtcSpl_DownsampleFast_mips() argument
26 size_t endpos = delay + factor * (data_out_length - 1) + 1; in WebRtcSpl_DownsampleFast_mips()
39 if (data_out_length == 0 || coefficients_length == 0 in WebRtcSpl_DownsampleFast_mips()
Ddownsample_fast_neon.c20 size_t data_out_length, in WebRtcSpl_DownsampleFastNeon() argument
28 size_t endpos = delay + factor * (data_out_length - 1) + 1; in WebRtcSpl_DownsampleFastNeon()
29 size_t res = data_out_length & 0x7; in WebRtcSpl_DownsampleFastNeon()
33 if (data_out_length == 0 || coefficients_length == 0 in WebRtcSpl_DownsampleFastNeon()
/external/webrtc/webrtc/common_audio/signal_processing/include/
Dsignal_processing_library.h687 size_t data_out_length,
696 size_t data_out_length,
705 size_t data_out_length,
715 size_t data_out_length,