Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmslut.c739 cmsUInt16Number _cmsQuantizeVal(cmsFloat64Number i, cmsUInt32Number MaxSamples) in _cmsQuantizeVal() function
790 In[t] = _cmsQuantizeVal(Colorant, nSamples[t]); in cmsStageSampleCLut16bit()
847 In[t] = (cmsFloat32Number) (_cmsQuantizeVal(Colorant, nSamples[t]) / 65535.0); in cmsStageSampleCLutFloat()
896 In[t] = _cmsQuantizeVal(Colorant, clutPoints[t]); in cmsSliceSpace16()
927 In[t] = (cmsFloat32Number) (_cmsQuantizeVal(Colorant, clutPoints[t]) / 65535.0); in cmsSliceSpaceFloat()
Dlcms2_internal.h954 cmsUInt16Number _cmsQuantizeVal(cmsFloat64Number i, cmsUInt32Number MaxSamples);
Dcmsgamma.c1289 diff = abs((int) Curve->Table16[i] - (int) _cmsQuantizeVal(i, Curve ->nEntries)); in cmsIsToneCurveLinear()