Searched refs:interpolaten (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | AudioResamplerFirProcess.h | 143 TC interpolaten(TC coef_0, TC coef_1, TINTERP lerp) { in interpolaten() function 157 TC interpolaten(TC coef_0 __unused, TC coef_1, TINTERP lerp __unused) { in interpolaten() function 206 c = TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP); in ProcessBase() 225 mac(l, r, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN); in ProcessBase() 237 mac(l, TFUNC::interpolaten(coefsN[count], coefsN[0], lerpP), sN); in ProcessBase()
|