Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/signal_processing/
Dresample_fractional.c147 static void WebRtcSpl_ResampDotProduct(const int32_t *in1, const int32_t *in2, in WebRtcSpl_ResampDotProduct() function
227 WebRtcSpl_ResampDotProduct(&In[0], &In[17], kCoefficients44To32[0], &Out[1], &Out[7]); in WebRtcSpl_Resample44khzTo32khz()
230 WebRtcSpl_ResampDotProduct(&In[2], &In[15], kCoefficients44To32[1], &Out[2], &Out[6]); in WebRtcSpl_Resample44khzTo32khz()
233 WebRtcSpl_ResampDotProduct(&In[3], &In[14], kCoefficients44To32[2], &Out[3], &Out[5]); in WebRtcSpl_Resample44khzTo32khz()