Home
last modified time | relevance | path

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

/frameworks/rs/driver/runtime/
Drs_sample.c480 int iPixelV = floor(pixelV); in sample_LOD_LinearPixel() local
482 float fracV = pixelV - iPixelV; in sample_LOD_LinearPixel()
491 iPixelV -= 1; in sample_LOD_LinearPixel()
505 int ny = wrapI(wrapT, iPixelV + 1, sourceH); in sample_LOD_LinearPixel()
507 int ly = wrapI(wrapT, iPixelV, sourceH); in sample_LOD_LinearPixel()