Searched refs:bitsToRemove (Results 1 – 1 of 1) sorted by relevance
78 int bitsToRemove = 8 - INDEX_BITS; in constructHistogram() local79 int iR = (red >> bitsToRemove) + 1; in constructHistogram()80 int iG = (green >> bitsToRemove) + 1; in constructHistogram()81 int iB = (blue >> bitsToRemove) + 1; in constructHistogram()