Searched refs:pixelSubIndex (Results 1 – 1 of 1) sorted by relevance
77 int pixelSubIndex = pixelIndex % 4; in getPixelValue() local83 int low = ((*(pbuf + 4)) >> (pixelSubIndex * 2)) & 0x3; in getPixelValue()85 int high = *(pbuf + pixelSubIndex); in getPixelValue()