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

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