Lines Matching refs:LUT
2537 Pointer<Byte> LUT = Pointer<Byte>(constants + OFFSET(Constants,sRGBtoLinear8_16)); in sRGBtoLinear16_8_16() local
2539 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 0))), 0); in sRGBtoLinear16_8_16()
2540 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 1))), 1); in sRGBtoLinear16_8_16()
2541 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 2))), 2); in sRGBtoLinear16_8_16()
2542 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 3))), 3); in sRGBtoLinear16_8_16()
2549 Pointer<Byte> LUT = Pointer<Byte>(constants + OFFSET(Constants,sRGBtoLinear6_16)); in sRGBtoLinear16_6_16() local
2551 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 0))), 0); in sRGBtoLinear16_6_16()
2552 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 1))), 1); in sRGBtoLinear16_6_16()
2553 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 2))), 2); in sRGBtoLinear16_6_16()
2554 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 3))), 3); in sRGBtoLinear16_6_16()
2561 Pointer<Byte> LUT = Pointer<Byte>(constants + OFFSET(Constants,sRGBtoLinear5_16)); in sRGBtoLinear16_5_16() local
2563 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 0))), 0); in sRGBtoLinear16_5_16()
2564 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 1))), 1); in sRGBtoLinear16_5_16()
2565 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 2))), 2); in sRGBtoLinear16_5_16()
2566 c = Insert(c, *Pointer<Short>(LUT + 2 * Int(Extract(c, 3))), 3); in sRGBtoLinear16_5_16()