HomeSort by relevance Sort by last modified time
    Searched full:pixeluv (Results 1 - 1 of 1) sorted by null

  /frameworks/rs/driver/runtime/
rs_sample.c 427 float pixelUV = uv * (float)(sourceW);
428 int32_t iPixel = floor(pixelUV);
429 float frac = pixelUV - (float)iPixel;

Completed in 94 milliseconds