Searched refs:ProcessSSEIntrinsic (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libaudioprocessing/ |
D | AudioResamplerFirProcessSSE.h | 38 static inline void ProcessSSEIntrinsic(float* out, in ProcessSSEIntrinsic() function 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,
|