Searched refs:SK_R16_BITS (Results 1 - 1 of 1) sorted by path

/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_sample.c54 #define SK_R16_BITS 5 macro
62 #define SK_R16_MASK ((1 << SK_R16_BITS) - 1)
71 return (r << (8 - SK_R16_BITS)) | (r >> (2 * SK_R16_BITS - 8));

Completed in 82 milliseconds