Searched defs:mulAdd (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.cpp156 int32_t mulAdd(int16_t in, int32_t v, int32_t a) function in namespace:android
438 int32_t sinc = mulAdd(lerp, (c1-c0)<<1, c0);
444 r = l = mulAdd(samples[0], sinc, l);

Completed in 5 milliseconds