OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pixeluv
(Results
1 - 1
of
1
) sorted by null
/frameworks/rs/driver/runtime/
rs_sample.c
429
float
pixelUV
= uv * (float)(sourceW);
430
int32_t iPixel = floor(
pixelUV
);
431
float frac =
pixelUV
- (float)iPixel;
Completed in 64 milliseconds