Home
last modified time | relevance | path

Searched defs:PIXEL01_61 (Results 1 – 25 of 37) sorted by relevance

12

/dports/emulators/nestopia/nestopia-1.51.1/source/core/
H A DNstVideoFilterHq2x.inl57 #define PIXEL01_61 dst[0][1] = Interpolate6<R,G,B>( b.c[4], b.c[1], b.c[5] ); macro
H A DNstVideoFilterHq4x.inl53 #define PIXEL01_61 dst[0][1] = Interpolate6<R,G,B>( b.c[4], b.c[1], b.c[0] ); macro
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/
H A DNstVideoFilterHq2x.inl57 #define PIXEL01_61 dst[0][1] = Interpolate6<R,G,B>( b.c[4], b.c[1], b.c[5] ); macro
H A DNstVideoFilterHq4x.inl53 #define PIXEL01_61 dst[0][1] = Interpolate6<R,G,B>( b.c[4], b.c[1], b.c[0] ); macro
/dports/emulators/dgen-sdl/dgen-sdl-1.33/hqx/src/
H A Dhq2x_32.c45 #define PIXEL01_61 *(dp+1) = Interp6_32(w[5], w[2], w[6]); macro
H A Dhq2x_16.c45 #define PIXEL01_61 *(dp+1) = Interp6_16(w[5], w[2], w[6]); macro
H A Dhq2x_24.c45 #define PIXEL01_61 Interp6_24((dp+1), w[5], w[2], w[6]); macro
H A Dhq4x_16.c41 #define PIXEL01_61 *(dp+1) = Interp6_16(w[5], w[2], w[1]); macro
H A Dhq4x_24.c41 #define PIXEL01_61 Interp6_24((dp+1), w[5], w[2], w[1]); macro
H A Dhq4x_32.c41 #define PIXEL01_61 *(dp+1) = Interp6_32(w[5], w[2], w[1]); macro
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/gui/
H A Drender_templates_hq2x.h49 #define PIXEL01_61 line0[1] = interp_w3(C4,C1,C5,5U,2U,1U); macro
/dports/emulators/dosbox/dosbox-0.74-3/src/gui/
H A Drender_templates_hq2x.h49 #define PIXEL01_61 line0[1] = interp_w3(C4,C1,C5,5U,2U,1U); macro
/dports/games/openxcom/OpenXcom-1.0/src/Engine/Scalers/
H A Dhq2x.cpp45 #define PIXEL01_61 *(dp+1) = Interp6(w[5], w[2], w[6]); macro
H A Dhq4x.cpp41 #define PIXEL01_61 *(dp+1) = Interp6(w[5], w[2], w[1]); macro
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/third_party/hqx/
H A Dhq2x.c45 #define PIXEL01_61 *(dp+1) = Interp6(w[5], w[2], w[6]); macro
H A Dhq4x.c41 #define PIXEL01_61 *(dp+1) = Interp6(w[5], w[2], w[1]); macro
/dports/games/brumbrumrally/brumbrumrally-0.7/src/hqx/
H A Dhq2x.cpp47 #define PIXEL01_61 *(dp+1) = Interp6(w[5], w[2], w[6]); macro
H A Dhq4x.cpp43 #define PIXEL01_61 *(dp+1) = Interp6(w[5], w[2], w[1]); macro
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/HQX/
H A Dhq2x.cpp46 #define PIXEL01_61 *(dp+1) = Interp6(w[5], w[2], w[6]); macro
H A Dhq4x.cpp42 #define PIXEL01_61 *(dp+1) = Interp6(w[5], w[2], w[1]); macro
/dports/games/exult/exult-snapshot-v1.7.0.20211128/imagewin/
H A Dscale_hq2x.h58 #define PIXEL01_61 Interp6<PTYPES>(to+1, c[5], c[2], c[6], manip); macro
/dports/games/uqm/uqm-0.8.0/src/libs/graphics/sdl/
H A Dhq2x.c58 #define PIXEL01_61 dst_p[1] = Scale_Blend_521(pix[5], pix[2], pix[6]); macro
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/scaler/
H A Dhq2x.cpp65 #define PIXEL01_61 *(q+1) = interpolate16_5_2_1<ColorMask >(w5, w2, w6); macro
/dports/emulators/mednafen/mednafen/src/drivers/
H A Dhq2x.cpp86 #define PIXEL01_61 Interp6(pOut+4, w[5], w[2], w[6]); macro
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/VideoRender/
H A Dhq2x.c263 #define PIXEL01_61 Interp6(pOut+4, c[5], c[2], c[6]); macro

12