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

/frameworks/av/services/audioflinger/
H A DAudioResamplerFirGen.h73 inline double valueAdvance() { function in class:android::SineGen
112 inline SineGen valueAdvance() { function in class:android::SineGenGen
113 return SineGen(mSineInnerCur.valueAdvance(), mSineInnerPrev.valueAdvance(), mTwoCos);
477 accum += cc.valueAdvance() * sc - cp.valueAdvance() * sp;
680 SineGen sg = sgg.valueAdvance(); // current sine generator for "j" inner loop.
688 // sine generator: sg.valueAdvance() returns sin(ix*xstep);
689 // y = I0(beta * sqrt(1.0 - sqr(x * xfrac))) * yscale * sg.valueAdvance() / x;
690 y = I0SqrRat(sqrbeta * (1.0 - sqr(x * xfrac)), yscale * sg.valueAdvance(),
[all...]

Completed in 181 milliseconds