Searched refs:interpolatep (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libaudioprocessing/ |
D | AudioResamplerFirProcess.h | 137 TC interpolatep(TC coef_0, TC coef_1, TINTERP lerp) { in interpolatep() function 151 TC interpolatep(TC coef_0, TC coef_1 __unused, TINTERP lerp __unused) { in interpolatep() function 198 TC c = TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP); in ProcessBase() 222 mac(l, r, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP); in ProcessBase() 234 mac(l, TFUNC::interpolatep(coefsP[0], coefsP[count], lerpP), sP); in ProcessBase()
|