Home
last modified time | relevance | path

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

/external/skia/third_party/skcms/
Dskcms_internal.h34 float skcms_MaxRoundtripError(const skcms_Curve* curve, const skcms_TransferFunction* inv_tf);
Dskcms.cc259 float skcms_MaxRoundtripError(const skcms_Curve* curve, const skcms_TransferFunction* inv_tf) { in skcms_MaxRoundtripError() function
272 return skcms_MaxRoundtripError(curve, inv_tf) < (1/512.0f); in skcms_AreApproximateInverses()
2082 return skcms_MaxRoundtripError(curve, &tf_inv_again); in max_roundtrip_error_checked()
2237 float err = skcms_MaxRoundtripError(curve, &tf_inv); in skcms_ApproximateCurve()
2990 err = fmaxf_(err, skcms_MaxRoundtripError(&profile->trc[j], &inv)); in skcms_MakeUsableAsDestinationWithSingleCurve()