Searched refs:parityY (Results 1 – 5 of 5) sorted by relevance
37 int parityY = (y / blockHeight) & 1; in fillYV12Buffer() local38 unsigned char intensity = (parityX ^ parityY) ? 63 : 191; in fillYV12Buffer()85 int parityY = (y / (1 << (c+2))) & 1; in fillRGBA8Buffer() local86 buf[offset + c] = (parityX ^ parityY) ? 231 : 35; in fillRGBA8Buffer()
238 int parityY = (y / blockHeight) & 1; in fillGreyscaleBuffer() local239 T intensity = (parityX ^ parityY) ? 63 : 191; in fillGreyscaleBuffer()
107 int parityY = (y / blockHeight) & 1; in setupYuvTexSurface() local108 unsigned char intensity = (parityX ^ parityY) ? 63 : 191; in setupYuvTexSurface()
212 int parityY = (y / blockHeight) & 1; in setupYuvTexSurface() local213 unsigned char intensity = (parityX ^ parityY) ? 63 : 191; in setupYuvTexSurface()
548 int parityY = (y / blockHeight) & 1; in fillYV12Buffer() local549 unsigned char intensity = (parityX ^ parityY) ? 63 : 191; in fillYV12Buffer()