Lines Matching refs:LUT
2536 Pointer<Byte> LUT = Pointer<Byte>(constants + OFFSET(Constants,sRGBtoLinear8_16)); in sRGBtoLinear16_8_16() local
2538 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 0))), 0); in sRGBtoLinear16_8_16()
2539 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 1))), 1); in sRGBtoLinear16_8_16()
2540 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 2))), 2); in sRGBtoLinear16_8_16()
2541 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 3))), 3); in sRGBtoLinear16_8_16()
2548 Pointer<Byte> LUT = Pointer<Byte>(constants + OFFSET(Constants,sRGBtoLinear6_16)); in sRGBtoLinear16_6_16() local
2550 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 0))), 0); in sRGBtoLinear16_6_16()
2551 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 1))), 1); in sRGBtoLinear16_6_16()
2552 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 2))), 2); in sRGBtoLinear16_6_16()
2553 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 3))), 3); in sRGBtoLinear16_6_16()
2560 Pointer<Byte> LUT = Pointer<Byte>(constants + OFFSET(Constants,sRGBtoLinear5_16)); in sRGBtoLinear16_5_16() local
2562 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 0))), 0); in sRGBtoLinear16_5_16()
2563 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 1))), 1); in sRGBtoLinear16_5_16()
2564 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 2))), 2); in sRGBtoLinear16_5_16()
2565 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 3))), 3); in sRGBtoLinear16_5_16()