Searched refs:max_error (Results 1 – 3 of 3) sorted by relevance
292 float max_error = min(pis->smoothness, MAX_SMOOTHNESS); in shade_init_fill_state() local339 max_error *= 0.25; in shade_init_fill_state()342 if (max_error < 1.0 / num_colors) in shade_init_fill_state()343 max_error = 1.0 / num_colors; in shade_init_fill_state()346 (ranges == 0 ? max_error : in shade_init_fill_state()347 max_error * (ranges[ci].rmax - ranges[ci].rmin)); in shade_init_fill_state()
426 unsigned int max_error; /* highest error number that will be reported */ member
888 dsc->max_error = DSC_MAX_ERROR; in dsc_reset()