Searched refs:RGB9E5_MANTISSA_BITS (Results 1 – 1 of 1) sorted by relevance
36 #define RGB9E5_MANTISSA_BITS 9 macro41 #define RGB9E5_MANTISSA_VALUES (1<<RGB9E5_MANTISSA_BITS)80 RGB9E5_MANTISSA_BITS) + 1; in float3_to_rgb9e5()112 exponent = (rgb >> 27) - RGB9E5_EXP_BIAS - RGB9E5_MANTISSA_BITS; in rgb9e5_to_float3()