Searched refs:WebRtcSpl_DotProdIntToShort (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | resample.c | 358 static void WebRtcSpl_DotProdIntToShort(const int32_t* in1, const int32_t* in2, in WebRtcSpl_DotProdIntToShort() function 487 WebRtcSpl_DotProdIntToShort(&In[0], &In[22], kCoefficients32To22[0], &Out[1], &Out[10]); in WebRtcSpl_32khzTo22khzIntToShort() 490 WebRtcSpl_DotProdIntToShort(&In[2], &In[20], kCoefficients32To22[1], &Out[2], &Out[9]); in WebRtcSpl_32khzTo22khzIntToShort() 493 WebRtcSpl_DotProdIntToShort(&In[3], &In[19], kCoefficients32To22[2], &Out[3], &Out[8]); in WebRtcSpl_32khzTo22khzIntToShort() 496 WebRtcSpl_DotProdIntToShort(&In[5], &In[17], kCoefficients32To22[3], &Out[4], &Out[7]); in WebRtcSpl_32khzTo22khzIntToShort() 499 WebRtcSpl_DotProdIntToShort(&In[6], &In[16], kCoefficients32To22[4], &Out[5], &Out[6]); in WebRtcSpl_32khzTo22khzIntToShort()
|