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

/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp44 // by the four points in b. The result coordinates are written to xt and yt.
45 static void GetTileCoords(const float* b, float x, float y, float* xt, float* yt) { argument
51 *xt = w0 * b[0] + w1 * b[2] + w2 * b[4] + w3 * b[6];

Completed in 436 milliseconds