Searched refs:sRGBtoLinear5_12 (Results 1 – 3 of 3) sorted by relevance
75 unsigned short sRGBtoLinear5_12[32]; member
292 sRGBtoLinear5_12[i] = (unsigned short)(sw::sRGBtoLinear((float)i / 0x1F) * 0x1000 + 0.5f); in Constants()
2171 Pointer<Byte> LUT = Pointer<Byte>(constants + OFFSET(Constants,sRGBtoLinear5_12)); in sRGBtoLinear16_5_12()