Lines Matching refs:bitCount
216 int reductionA = 8 - Integer.bitCount(p.am); in convert()
217 int reductionR = 8 - Integer.bitCount(p.rm); in convert()
218 int reductionG = 8 - Integer.bitCount(p.gm); in convert()
219 int reductionB = 8 - Integer.bitCount(p.bm); in convert()
329 int expansionA = 8 - Integer.bitCount(inParams.am); in convert()
330 int expansionR = 8 - Integer.bitCount(inParams.rm); in convert()
331 int expansionG = 8 - Integer.bitCount(inParams.gm); in convert()
332 int expansionB = 8 - Integer.bitCount(inParams.bm); in convert()
432 int expansionA = 8 - Integer.bitCount(p.am); in convert()
433 int expansionR = 8 - Integer.bitCount(p.rm); in convert()
434 int expansionG = 8 - Integer.bitCount(p.gm); in convert()
435 int expansionB = 8 - Integer.bitCount(p.bm); in convert()