HomeSort by relevance Sort by last modified time
    Searched full:interpolatep (Results 1 - 1 of 1) sorted by null

  /frameworks/av/services/audioflinger/
AudioResamplerFirProcess.h 137 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 637 milliseconds