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

/frameworks/rs/driver/runtime/
H A Drs_sample.c429 float pixelUV = uv * (float)(sourceW); local
430 int32_t iPixel = (int32_t)(pixelUV);
431 float frac = pixelUV - (float)iPixel;

Completed in 26 milliseconds