• Home
  • Raw
  • Download

Lines Matching refs:luv

1024 	uint32* luv = (uint32*) sp->tbuf;    in Luv24toXYZ()  local
1028 LogLuv24toXYZ(*luv, xyz); in Luv24toXYZ()
1030 luv++; in Luv24toXYZ()
1037 uint32* luv = (uint32*) sp->tbuf; in Luv24toLuv48() local
1043 *luv3++ = (int16)((*luv >> 12 & 0xffd) + 13314); in Luv24toLuv48()
1044 if (uv_decode(&u, &v, *luv&0x3fff) < 0) { in Luv24toLuv48()
1050 luv++; in Luv24toLuv48()
1057 uint32* luv = (uint32*) sp->tbuf; in Luv24toRGB() local
1063 LogLuv24toXYZ(*luv++, xyz); in Luv24toRGB()
1072 uint32* luv = (uint32*) sp->tbuf; in Luv24fromXYZ() local
1076 *luv++ = LogLuv24fromXYZ(xyz, sp->encode_meth); in Luv24fromXYZ()
1084 uint32* luv = (uint32*) sp->tbuf; in Luv24fromLuv48() local
1103 *luv++ = (uint32)Le << 14 | Ce; in Luv24fromLuv48()
1165 uint32* luv = (uint32*) sp->tbuf; in Luv32toXYZ() local
1169 LogLuv32toXYZ(*luv++, xyz); in Luv32toXYZ()
1177 uint32* luv = (uint32*) sp->tbuf; in Luv32toLuv48() local
1183 *luv3++ = (int16)(*luv >> 16); in Luv32toLuv48()
1184 u = 1./UVSCALE * ((*luv>>8 & 0xff) + .5); in Luv32toLuv48()
1185 v = 1./UVSCALE * ((*luv & 0xff) + .5); in Luv32toLuv48()
1188 luv++; in Luv32toLuv48()
1195 uint32* luv = (uint32*) sp->tbuf; in Luv32toRGB() local
1201 LogLuv32toXYZ(*luv++, xyz); in Luv32toRGB()
1210 uint32* luv = (uint32*) sp->tbuf; in Luv32fromXYZ() local
1214 *luv++ = LogLuv32fromXYZ(xyz, sp->encode_meth); in Luv32fromXYZ()
1222 uint32* luv = (uint32*) sp->tbuf; in Luv32fromLuv48() local
1227 *luv++ = (uint32)luv3[0] << 16 | in Luv32fromLuv48()
1235 *luv++ = (uint32)luv3[0] << 16 | in Luv32fromLuv48()