Searched refs:c1max (Results 1 – 1 of 1) sorted by relevance
363 int c1min, c1max; member430 c1max = boxp->c1max; in update_box()460 if (c1max > c1min) in update_box()461 for (c1 = c1min; c1 <= c1max; c1++) in update_box()473 if (c1max > c1min) in update_box()474 for (c1 = c1max; c1 >= c1min; c1--) in update_box()481 boxp->c1max = c1max = c1; in update_box()569 b2->c1max = b1->c1max; in median_cut()623 lb = (b1->c1max + b1->c1min) / 2; in median_cut()624 b1->c1max = lb; in median_cut()[all …]
Completed in 15 milliseconds