#include "General.h"
#include <math.h>
#include "Fragment.h"
#include "StdConv.h"
Go to the source code of this file.
Defines | |
#define | CM_Doub double |
Functions | |
void | InvLut1dExceptions (unsigned short *inCurve, unsigned long inCount, unsigned short *outCurve, UINT8 AdressBits) |
CMError | Fill_ushort_ELUT_Gamma (unsigned short *usELUT, char addrBits, char usedBits, long gridPoints, unsigned short gamma_u8_8) |
void | Fill_inverseGamma_byte_ALUT (unsigned char *ucALUT, char addrBits, unsigned short gamma_u8_8) |
icCurveType * | InvertLut1d (icCurveType *LookUpTable, UINT8 AdressBits) |
CMError | CombiMatrix (icXYZType srcColorantData[3], icXYZType destColorantData[3], double resMatrix[3][3]) |
Boolean | doubMatrixInvert (double MatHin[3][3], double MatRueck[3][3]) |
CMError | Fill_ushort_ELUT_from_CurveTag (icCurveType *pCurveTag, unsigned short *usELUT, char addrBits, char usedBits, long gridPoints) |
CMError | Fill_ushort_ELUT_identical (UINT16 *usELUT, char addrBits, char usedBits, long gridPoints) |
CMError | Fill_inverse_byte_ALUT_from_CurveTag (icCurveType *pCurveTag, unsigned char *ucALUT, char addrBits) |
CMError | Fill_ushort_ELUTs_from_lut8Tag (CMLutParamPtr theLutData, Ptr profileELuts, char addrBits, char usedBits, long gridPoints) |
CMError | Fill_byte_ALUTs_from_lut8Tag (CMLutParamPtr theLutData, Ptr profileALuts, char addrBits) |
CMError | Fill_ushort_ELUTs_from_lut16Tag (CMLutParamPtr theLutData, Ptr profileELuts, char addrBits, char usedBits, long gridPoints, long inputTableEntries) |
CMError | Fill_byte_ALUTs_from_lut16Tag (CMLutParamPtr theLutData, Ptr profileALuts, char addrBits, long outputTableEntries) |
CMError | MakeGamut16or32ForMonitor (icXYZType *pRedXYZ, icXYZType *pGreenXYZ, icXYZType *pBlueXYZ, CMLutParamPtr theLutData, Boolean cube32Flag) |
|
Definition at line 22 of file lh_core/fragment.c. Referenced by Fill_inverseGamma_byte_ALUT(), Fill_inverseGamma_ushort_ALUT(), Fill_ushort_ELUT_Gamma(), and InvLut1dExceptions(). |
|
Definition at line 317 of file lh_core/fragment.c.
|
|
Definition at line 389 of file lh_core/fragment.c.
|
|
Definition at line 1237 of file lh_core/fragment.c.
|
|
Definition at line 1028 of file lh_core/fragment.c.
|
|
Definition at line 692 of file lh_core/fragment.c. References icCurveType::base, CMError, cmparamErr, icCurve::count, icCurveType::curve, icCurve::data, DebugPrint, Fill_inverseGamma_byte_ALUT(), icSigCurveType, LH_END_PROC, LH_START_PROC, noErr, and icTagBase::sig.
|
|
Definition at line 839 of file lh_core/fragment.c. References CM_Doub, CMError, LH_END_PROC, LH_START_PROC, and noErr.
|
|
Definition at line 460 of file lh_core/fragment.c. References CMError, cmparamErr, icCurve::count, icCurveType::curve, icCurve::data, Fill_ushort_ELUT_Gamma(), Fill_ushort_ELUT_identical(), L, LH_END_PROC, LH_START_PROC, and noErr.
|
|
Definition at line 590 of file lh_core/fragment.c. References CM_Doub, CMError, L, LH_END_PROC, LH_START_PROC, noErr, and UINT16.
|
|
Definition at line 558 of file lh_core/fragment.c.
|
|
Definition at line 1121 of file lh_core/fragment.c.
|
|
Definition at line 941 of file lh_core/fragment.c.
|
|
Definition at line 70 of file lh_core/fragment.c.
|
|
Definition at line 224 of file lh_core/fragment.c. References CM_Doub, CMError, LH_END_PROC, LH_START_PROC, noErr, and UINT8.
|
|
Definition at line 1334 of file lh_core/fragment.c.
|