Searched refs:minmax_max (Results 1 – 1 of 1) sorted by relevance
540 int minmax_max = 0; in compute_minmax_8x8() local564 if ((max - min) > minmax_max) in compute_minmax_8x8()565 minmax_max = (max - min); in compute_minmax_8x8()570 return (minmax_max - minmax_min); in compute_minmax_8x8()