Searched refs:c0min (Results 1 – 1 of 1) sorted by relevance
362 int c0min, c0max; member427 c0min = boxp->c0min; in update_box()434 if (c0max > c0min) in update_box()442 boxp->c0min = c0min = c0; in update_box()447 if (c0max > c0min) in update_box()528 for (c0 = c0min; c0 <= c0max; c0++) in update_box()571 b2->c0min = b1->c0min; in median_cut()618 lb = (b1->c0max + b1->c0min) / 2; in median_cut()620 b2->c0min = lb + 1; in median_cut()659 c0min = boxp->c0min; in compute_color()[all …]
Completed in 8 milliseconds