Searched refs:SGILOGENCODE_NODITHER (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtiffio.h412 extern int LogL16fromY(double, int = SGILOGENCODE_NODITHER);
413 extern int LogL10fromY(double, int = SGILOGENCODE_NODITHER);
414 extern int uv_encode(double, double, int = SGILOGENCODE_NODITHER);
415 extern uint32 LogLuv24fromXYZ(float*, int = SGILOGENCODE_NODITHER);
416 extern uint32 LogLuv32fromXYZ(float*, int = SGILOGENCODE_NODITHER);
H A Dtif_luv.c139 * SGILOGENCODE_NODITHER = do not dither encoded values
142 * The default value of this tag is SGILOGENCODE_NODITHER for
642 #define itrunc(x,m) ((m)==SGILOGENCODE_NODITHER ? \
913 Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER);
991 else if (sp->encode_meth == SGILOGENCODE_NODITHER)
999 Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER);
1122 if (sp->encode_meth == SGILOGENCODE_NODITHER) {
1516 if (sp->encode_meth != SGILOGENCODE_NODITHER &&
1568 SGILOGENCODE_RANDITHER : SGILOGENCODE_NODITHER;
H A Dtiff.h480 #define SGILOGENCODE_NODITHER 0 /* do not dither encoded values*/ macro

Completed in 175 milliseconds