Searched refs:pixel_xor (Results 1 – 3 of 3) sorted by relevance
397 …uint16 pixel_xor = ((Command & 0x02000000) ? 0x8000 : 0x0000) | ((Command & (1U << 26)) ? 0x4210 :… in EncodeImage() local412 StoreU16_LE(pix_out, pixel_xor ^ RGB_to_RGB555(r, g, b)); in EncodeImage()
476 …uint16 pixel_xor = ((Command & 0x02000000) ? 0x8000 : 0x0000) | ((Command & (1U << 26)) ? 0x4210 :… in EncodeImage() local491 MDFN_en16lsb<true>(pix_out, pixel_xor ^ RGB_to_RGB555(r, g, b)); in EncodeImage()