Home
last modified time | relevance | path

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

/dports/emulators/nestopia/nestopia-1.51.1/source/core/
H A DNstVideoFilterHq4x.inl69 #define PIXEL03_12 dst[0][3] = Interpolate1<R,G,B>( b.c[4], b.c[5] ); macro
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/
H A DNstVideoFilterHq4x.inl69 #define PIXEL03_12 dst[0][3] = Interpolate1<R,G,B>( b.c[4], b.c[5] ); macro
/dports/emulators/dgen-sdl/dgen-sdl-1.33/hqx/src/
H A Dhq4x_16.c57 #define PIXEL03_12 *(dp+3) = Interp1_16(w[5], w[6]); macro
H A Dhq4x_24.c57 #define PIXEL03_12 Interp1_24((dp+3), w[5], w[6]); macro
H A Dhq4x_32.c57 #define PIXEL03_12 *(dp+3) = Interp1_32(w[5], w[6]); macro
/dports/games/openxcom/OpenXcom-1.0/src/Engine/Scalers/
H A Dhq4x.cpp57 #define PIXEL03_12 *(dp+3) = Interp1(w[5], w[6]); macro
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/third_party/hqx/
H A Dhq4x.c57 #define PIXEL03_12 *(dp+3) = Interp1(w[5], w[6]); macro
/dports/games/brumbrumrally/brumbrumrally-0.7/src/hqx/
H A Dhq4x.cpp59 #define PIXEL03_12 *(dp+3) = Interp1(w[5], w[6]); macro
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/HQX/
H A Dhq4x.cpp58 #define PIXEL03_12 *(dp+3) = Interp1(w[5], w[6]); macro
/dports/games/exult/exult-snapshot-v1.7.0.20211128/imagewin/
H A Dscale_hq4x.h73 #define PIXEL03_12 Interp1<PTYPES>(to+3, c[5], c[6], manip); macro
/dports/emulators/mednafen/mednafen/src/drivers/
H A Dhq4x.cpp108 #define PIXEL03_12 Interp1(pOut+12, w[5], w[6]); macro
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/filters/hq/c/
H A Dhq_base.h163 #define PIXEL03_12 Interp1(pOut+SIZE_PIXEL+SIZE_PIXEL+SIZE_PIXEL, c[5], c[6]); macro