Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dnearest.c35 float second_best = MAX_DIFF; in distance_from_nearest_other_color()
191 centroids->heads[h].radius = MAX_DIFF; in nearest_init()
Dpam.h29 #define MAX_DIFF 1e20 macro
Dlibimagequant.c240 return MAX_DIFF; in quality_to_mse()
521 .target_mse = 0,.max_mse = MAX_DIFF,}; in liq_attr_create_with_allocator()
1762 double least_error = MAX_DIFF; in find_best_palette()
1886 if (!iterations && palette_error < 0 && max_mse < MAX_DIFF) in pngquant_quantize()
1890 double previous_palette_error = MAX_DIFF; in pngquant_quantize()