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

/frameworks/rs/driver/runtime/
H A Drs_sample.c479 int iPixelU = pixelU; local
481 float fracU = pixelU - iPixelU;
485 iPixelU -= 1;
504 int nx = wrapI(wrapS, iPixelU + 1, sourceW);
506 int lx = wrapI(wrapS, iPixelU, sourceW);

Completed in 276 milliseconds