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

/frameworks/rs/driver/runtime/
H A Drs_sample.c427 float pixelUV = uv * (float)(sourceW); local
428 int32_t iPixel = floor(pixelUV);
429 float frac = pixelUV - (float)iPixel;

Completed in 408 milliseconds