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

/system/core/libpixelflinger/
H A Draster.cpp174 const GGLint Vcr = crop[1]; local
176 const GGLint t0 = Vcr - y;
191 const GGLint Vcr = crop[1] << 16; local
199 int32_t t0 = Vcr - gglMulx(dtdy, y); // t0 = Vcr - y * dtdy

Completed in 119 milliseconds