Searched refs:chOffsetY (Results 1 – 1 of 1) sorted by relevance
174 int chOffsetY = isQuadBayer ? (y & 0x3) * 4 : (y & 0x1) * 2; in computeSingleCellStats() local178 int ch = chOffsetY + chOffsetX; in computeSingleCellStats()