Home | History | Annotate | Download | only in tests

Lines Matching refs:parityX

696             int parityX = (x / blockWidth) & 1;
698 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
745 int parityX = (x / (1 << (c+2))) & 1;
747 buf[offset + c] = (parityX ^ parityY) ? 231 : 35;