Searched refs:chOffsetX (Results 1 – 1 of 1) sorted by relevance
177 int chOffsetX = isQuadBayer ? (x & 0x3) : (x & 1); in computeSingleCellStats() local178 int ch = chOffsetY + chOffsetX; in computeSingleCellStats()