Searched refs:ProcessSSEIntrinsic (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerFirProcessSSE.h38 static inline void ProcessSSEIntrinsic(float* out, function in namespace:android
162 ProcessSSEIntrinsic<1, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
175 ProcessSSEIntrinsic<2, 16, true>(out, count, coefsP, coefsN, sP, sN, volumeLR,
191 ProcessSSEIntrinsic<1, 16, false>(out, count, coefsP, coefsN, sP, sN, volumeLR,
207 ProcessSSEIntrinsic<2, 16, false>(out, count, coefsP, coefsN, sP, sN, volumeLR,

Completed in 71 milliseconds