Home | History | Annotate | Download | only in src

Lines Matching defs:out

21 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
101 cmsToneCurve* out = NULL;
125 out = cmsBuildTabulatedToneCurveFloat(ContextID, nPoints, SampledPoints);
132 return out;
148 cmsToneCurve *in, *out, *KTone;
163 out = ComputeKToLstar(ContextID, nPoints, 1,
169 if (out == NULL) {
176 KTone = cmsJoinToneCurve(ContextID, in, out, nPoints);
179 cmsFreeToneCurve(in); cmsFreeToneCurve(out);
202 cmsFloat64Number Thereshold; // The thereshold after which is considered out of gamut
208 // of maximum are considered out of gamut.
214 int GamutSampler(register const cmsUInt16Number In[], register cmsUInt16Number Out[], register void* Cargo)
250 Out[0] = 0;
255 Out[0] = 0;
257 // dE1 is big and dE2 is small, clearly out of gamut
259 Out[0] = (cmsUInt16Number) _cmsQuickFloor((dE1 - t->Thereshold) + .5);
270 Out[0] = (cmsUInt16Number) _cmsQuickFloor((ErrorRatio - t->Thereshold) + .5);
272 Out[0] = 0;
281 // the dE obtained is then annotated on the LUT. Values truely out of gamut are clipped to dE = 0xFFFE
282 // and values changed are supposed to be handled by any gamut remapping, so, are out of gamut as well.
427 int EstimateTAC(register const cmsUInt16Number In[], register cmsUInt16Number Out[], register void * Cargo)
454 cmsUNUSED_PARAMETER(Out);
529 // Check out gamut prism, on a, b faces