Searched defs:max_diff (Results 1 – 5 of 5) sorted by relevance
77 static void MinimizeAnimationFrames(AnimatedImage* const img, int max_diff) { in MinimizeAnimationFrames()168 int max_diff; in CompareAnimatedImagePair() local217 int max_diff = 0; in main() local
730 static void Accumulate(double v1, double v2, double* const max_diff, in Accumulate()739 int* const max_diff, double* const psnr) { in GetDiffAndPSNR()
734 …int32_t max_diff = lv_font_get_glyph_width(font, letter, letter_next) + style->text.letter_space +… in lv_label_is_char_under_pos() local
190 int max_quantization, int max_diff, in NearLossless()
409 const double max_diff = 31 * (1 - val) + 1 * val; in QualityToMaxDiff() local
Completed in 14 milliseconds