Home
last modified time | relevance | path

Searched defs:max_error (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/libpng/contrib/tools/
DmakesRGB.c79 double max_error = 0; in main() local
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dmediancut.c31 double sum, total_error, max_error; member
72 double max_error = 0; in box_max_error() local
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dtarith.c78 double max_error=2; /* As a percentage error-in-last-digit/.5 */ in validation_ascii_to_fp() local
/third_party/skia/third_party/skcms/
Dskcms.cc2134 float max_error = max_roundtrip_error_checked(curve, tf); in fit_nonlinear() local
2147 float* max_error) { in skcms_ApproximateCurve()
2954 float max_error; in skcms_MakeUsableAsDestination() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler.c1511 gdouble max_error; in gst_audio_resampler_update() local
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c1320 uint32_t max_value, uint32_t max_error, int *intptr, int *errorcodeptr) in read_number()
/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp386 void ImDrawListSharedData::SetCircleTessellationMaxError(float max_error) in SetCircleTessellationMaxError()