Searched refs:w1 (Results 1 - 2 of 2) sorted by relevance

/system/media/mca/filterfw/native/core/
H A Dshader_program.cpp50 const float w1 = x * (1.0f - y); local
54 *xt = w0 * b[0] + w1 * b[2] + w2 * b[4] + w3 * b[6];
55 *yt = w0 * b[1] + w1 * b[3] + w2 * b[5] + w3 * b[7];
/system/core/libpixelflinger/
H A Dscanline.cpp1906 int32_t w1; local
1908 w1 = w0 + dwdx;
1913 w1 = (c->shade.dwdx * span) + w0;
1918 int32_t q1 = gglRecipQ(w1, 30);
1951 w0 = w1;

Completed in 66 milliseconds