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

/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerFirProcess.h137 TC interpolatep(TC coef_0, TC coef_1, TINTERP lerp) { function in struct:android::InterpCompute
151 TC interpolatep(TC coef_0, TC coef_1 __unused, TINTERP lerp __unused) { function in struct:android::InterpNull
198 TC c = TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP);
222 mac(l, r, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP);
234 mac(l, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP);

Completed in 39 milliseconds