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

/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.cpp217 * p = past samples, convoluted with the (p)ositive side of sinc()
218 * n = future samples, convoluted with the (n)egative side of sinc()
438 int32_t sinc = mulAdd(lerp, (c1-c0)<<1, c0); local
441 l = mulAddRL(1, rl, sinc, l);
442 r = mulAddRL(0, rl, sinc, r);
444 r = l = mulAdd(samples[0], sinc, l);

Completed in 340 milliseconds