Searched refs:cmax (Results 1 – 1 of 1) sorted by relevance
548 int c0, c1, c2, cmax; in median_cut() local585 cmax = c1; in median_cut()587 if (c0 > cmax) in median_cut()589 cmax = c0; in median_cut()592 if (c2 > cmax) in median_cut()597 cmax = c1; in median_cut()599 if (c2 > cmax) in median_cut()601 cmax = c2; in median_cut()604 if (c0 > cmax) in median_cut()
Completed in 27 milliseconds