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

/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerFirProcess.h143 TC interpolaten(TC coef_0, TC coef_1, TINTERP lerp) { function in struct:android::InterpCompute
157 TC interpolaten(TC coef_0 __unused, TC coef_1, TINTERP lerp __unused) { function in struct:android::InterpNull
206 c = TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP);
225 mac(l, r, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN);
237 mac(l, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN);

Completed in 65 milliseconds