Searched refs:pixel3 (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_accel.c565 unsigned char pixel1, pixel2, pixel3; variable in typeref:typename:unsigned char
585 pixel3 = color & 0xFF;
597 cAcl->fgpixel = pixel3;
601 } else if (pixel1 == pixel3) {
606 } else if (pixel2 == pixel3) {
609 cAcl->xorpixel = pixel2 ^ pixel3;

Completed in 3 milliseconds