Searched defs:yscale (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/services/inputflinger/
H A DInputReader.h275 float yxmix, float yscale, float yoffset) :
277 y_xmix(yxmix), y_scale(yscale), y_offset(yoffset) {
274 TouchAffineTransformation(float xscale, float xymix, float xoffset, float yxmix, float yscale, float yoffset) argument
/frameworks/av/services/audioflinger/
H A DAudioResamplerFirGen.h672 const double yscale = atten * L / (I0(beta) * M_PI); local
692 // y = I0(beta * sqrt(1.0 - sqr(x * xfrac))) * yscale * sg.valueAdvance() / x;
693 y = I0SqrRat(sqrbeta * (1.0 - sqr(x * xfrac)), yscale * sg.valueAdvance(), x);

Completed in 28 milliseconds