Home
last modified time | relevance | path

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

/frameworks/rs/driver/runtime/
Drs_sample.c475 int iPixelU = floor(pixelU); in sample_LOD_LinearPixel() local
477 float fracU = pixelU - iPixelU; in sample_LOD_LinearPixel()
481 iPixelU -= 1; in sample_LOD_LinearPixel()
500 int nx = wrapI(wrapS, iPixelU + 1, sourceW); in sample_LOD_LinearPixel()
502 int lx = wrapI(wrapS, iPixelU, sourceW); in sample_LOD_LinearPixel()