Home
last modified time | relevance | path

Searched defs:PIXEL03_50 (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/nestopia/nestopia-1.51.1/source/core/
H A DNstVideoFilterHq4x.inl71 #define PIXEL03_50 dst[0][3] = Interpolate5<R,G,B>( b.c[1], b.c[5] ); macro
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/
H A DNstVideoFilterHq4x.inl71 #define PIXEL03_50 dst[0][3] = Interpolate5<R,G,B>( b.c[1], b.c[5] ); macro
/dports/emulators/dgen-sdl/dgen-sdl-1.33/hqx/src/
H A Dhq4x_16.c59 #define PIXEL03_50 *(dp+3) = Interp5_16(w[2], w[6]); macro
H A Dhq4x_24.c59 #define PIXEL03_50 Interp5_24((dp+3), w[2], w[6]); macro
H A Dhq4x_32.c59 #define PIXEL03_50 *(dp+3) = Interp5_32(w[2], w[6]); macro
/dports/games/openxcom/OpenXcom-1.0/src/Engine/Scalers/
H A Dhq4x.cpp59 #define PIXEL03_50 *(dp+3) = Interp5(w[2], w[6]); macro
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/third_party/hqx/
H A Dhq4x.c59 #define PIXEL03_50 *(dp+3) = Interp5(w[2], w[6]); macro
/dports/games/brumbrumrally/brumbrumrally-0.7/src/hqx/
H A Dhq4x.cpp61 #define PIXEL03_50 *(dp+3) = Interp5(w[2], w[6]); macro
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/HQX/
H A Dhq4x.cpp60 #define PIXEL03_50 *(dp+3) = Interp5(w[2], w[6]); macro
/dports/games/exult/exult-snapshot-v1.7.0.20211128/imagewin/
H A Dscale_hq4x.h75 #define PIXEL03_50 Interp5<PTYPES>(to+3, c[2], c[6], manip); macro
/dports/emulators/mednafen/mednafen/src/drivers/
H A Dhq4x.cpp110 #define PIXEL03_50 Interp5(pOut+12, w[2], w[6]); macro
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/filters/hq/c/
H A Dhq_base.h165 #define PIXEL03_50 Interp5(pOut+SIZE_PIXEL+SIZE_PIXEL+SIZE_PIXEL, c[2], c[6]); macro