Home
last modified time | relevance | path

Searched refs:encode_meth (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_luv.c163 int encode_meth; /* encoding method */ member
810 *l16++ = (int16) (LogL16fromY(*yp++, sp->encode_meth)); in L16fromY()
1076 *luv++ = LogLuv24fromXYZ(xyz, sp->encode_meth); in Luv24fromXYZ()
1094 else if (sp->encode_meth == SGILOGENCODE_NODITHER) in Luv24fromLuv48()
1097 Le = itrunc(.25*(luv3[0]-3314.), sp->encode_meth); in Luv24fromLuv48()
1100 sp->encode_meth); in Luv24fromLuv48()
1214 *luv++ = LogLuv32fromXYZ(xyz, sp->encode_meth); in Luv32fromXYZ()
1225 if (sp->encode_meth == SGILOGENCODE_NODITHER) { in Luv32fromLuv48()
1236 (itrunc(luv3[1]*(UVSCALE/(1<<15)), sp->encode_meth) << 8 & 0xff00) | in Luv32fromLuv48()
1237 (itrunc(luv3[2]*(UVSCALE/(1<<15)), sp->encode_meth) & 0xff); in Luv32fromLuv48()
[all …]