Home
last modified time | relevance | path

Searched refs:pixel_xor (Results 1 – 3 of 3) sorted by relevance

/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/mednafen/psx/
H A Dmdec.cpp397 …uint16 pixel_xor = ((Command & 0x02000000) ? 0x8000 : 0x0000) | ((Command & (1U << 26)) ? 0x4210 :… in EncodeImage() local
412 StoreU16_LE(pix_out, pixel_xor ^ RGB_to_RGB555(r, g, b)); in EncodeImage()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/mednafen/psx/
H A Dmdec.cpp397 …uint16 pixel_xor = ((Command & 0x02000000) ? 0x8000 : 0x0000) | ((Command & (1U << 26)) ? 0x4210 :… in EncodeImage() local
412 StoreU16_LE(pix_out, pixel_xor ^ RGB_to_RGB555(r, g, b)); in EncodeImage()
/dports/emulators/mednafen/mednafen/src/psx/
H A Dmdec.cpp476 …uint16 pixel_xor = ((Command & 0x02000000) ? 0x8000 : 0x0000) | ((Command & (1U << 26)) ? 0x4210 :… in EncodeImage() local
491 MDFN_en16lsb<true>(pix_out, pixel_xor ^ RGB_to_RGB555(r, g, b)); in EncodeImage()