Searched refs:maxc (Results 1 – 1 of 1) sorted by relevance
114 long maxc = 0; in FindLargestColorPop() local119 if ((boxp->color_count > maxc) && (boxp->volume > 0)) in FindLargestColorPop()122 maxc = boxp->color_count; in FindLargestColorPop()135 long maxc = 0; in FindLargestColorVolume() local140 if ((boxp->volume > maxc) && (boxp->color_count > 0)) in FindLargestColorVolume()143 maxc = boxp->volume; in FindLargestColorVolume()