Lines Matching refs:max_error
2164 float max_error = max_roundtrip_error_checked(curve, tf);
2165 if (max_error < best_max_error) {
2166 best_max_error = max_error;
2177 float* max_error) {
2178 if (!curve || !approx || !max_error) {
2195 *max_error = INFINITY_;
2268 if (*max_error > err) {
2269 *max_error = err;
2273 return isfinitef_(*max_error);
2984 float max_error;
2986 if (!skcms_ApproximateCurve(&profile->trc[i], &tf[i], &max_error)) {