Searched refs:maxBlockX (Results 1 – 1 of 1) sorted by relevance
340 const int maxBlockX = ((w-1 + (blockWidth-1)) / blockWidth) & 0x1; in checkGreyscaleBuffer() local342 uint32_t pixelValue = ((maxBlockX % 2) == (maxBlockY % 2)) ? 191 : 63; in checkGreyscaleBuffer()378 const int maxBlockX = ((w-1) / blockWidth); in checkRgba8888Buffer() local380 uint8_t r = chooseColorRgba8888(maxBlockX, maxBlockY, 0); in checkRgba8888Buffer()381 uint8_t g = chooseColorRgba8888(maxBlockX, maxBlockY, 1); in checkRgba8888Buffer()382 uint8_t b = chooseColorRgba8888(maxBlockX, maxBlockY, 2); in checkRgba8888Buffer()418 const int maxBlockX = ((w-1) / blockWidth) & 0x1; in checkBayerRawBuffer() local420 unsigned short maxR = (maxBlockX == maxBlockY) ? 1000 : 200; in checkBayerRawBuffer()422 unsigned short maxB = maxBlockX ? 1000: 200; in checkBayerRawBuffer()