Searched refs:c2max (Results 1 – 1 of 1) sorted by relevance
364 int c2min, c2max; member432 c2max = boxp->c2max; in update_box()439 for (c2 = c2min; c2 <= c2max; c2++) in update_box()486 if (c2max > c2min) in update_box()499 if (c2max > c2min) in update_box()507 boxp->c2max = c2max = c2; in update_box()570 b2->c2max = b1->c2max; in median_cut()628 lb = (b1->c2max + b1->c2min) / 2; in median_cut()629 b1->c2max = lb; in median_cut()664 c2max = boxp->c2max; in compute_color()[all …]
Completed in 8 milliseconds