Home
last modified time | relevance | path

Searched refs:iPixelU (Results 1 – 1 of 1) sorted by relevance

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