Searched refs:BUCKET_SIZE (Results 1 – 1 of 1) sorted by relevance
22 private static final int BUCKET_SIZE = 32; field in ColorMatcher33 int result = (int) Math.round(((double) value / BUCKET_SIZE)) * BUCKET_SIZE; in bucketize()