Searched refs:bitsToRemove (Results 1 – 1 of 1) sorted by relevance
128 int bitsToRemove = 8 - BITS; in constructHistogram() local129 int iR = (red >> bitsToRemove) + 1; in constructHistogram()130 int iG = (green >> bitsToRemove) + 1; in constructHistogram()131 int iB = (blue >> bitsToRemove) + 1; in constructHistogram()