Home
last modified time | relevance | path

Searched defs:max_mse (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dmediancut.c279 best_splittable_box (struct box *bv, unsigned int boxes, const double max_mse) in best_splittable_box()
377 const double target_mse, const double max_mse, void *(*malloc) (size_t), in mediancut()
Dlibimagequant.c60 double target_mse, max_mse, voronoi_iteration_limit; member
1751 const double max_mse, const f_pixel fixed_colors[], in find_best_palette()
1875 …const double max_mse = options->max_mse * (few_input_colors ? 0.33 : 1.0); // when degrading imag… in pngquant_quantize() local
/third_party/ffmpeg/libavfilter/
Dvf_psnr.c42 double mse, min_mse, max_mse, mse_comp[4]; member