Home | History | Annotate | Download | only in core

Lines Matching defs:w1

47   const float w1 =  x * (1.0f - y);
51 *xt = w0 * b[0] + w1 * b[2] + w2 * b[4] + w3 * b[6];
52 *yt = w0 * b[1] + w1 * b[3] + w2 * b[5] + w3 * b[7];