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

/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerFirGen.h721 const double yscale = atten * L / (I0(beta) * M_PI); local
741 // y = I0(beta * sqrt(1.0 - sqr(x * xfrac))) * yscale * sg.valueAdvance() / x;
742 y = I0SqrRat(sqrbeta * (1.0 - sqr(x * xfrac)), yscale * sg.valueAdvance(), x);
/frameworks/native/services/inputflinger/
H A DInputReader.h233 float yxmix, float yscale, float yoffset) :
235 y_xmix(yxmix), y_scale(yscale), y_offset(yoffset) {
232 TouchAffineTransformation(float xscale, float xymix, float xoffset, float yxmix, float yscale, float yoffset) argument

Completed in 14 milliseconds