Home
last modified time | relevance | path

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

12

/dports/emulators/nestopia/nestopia-1.51.1/source/core/
H A DNstVideoFilterHq2x.inl63 #define PIXEL10_11 dst[1][0] = Interpolate1<R,G,B>( b.c[4], b.c[7] ); macro
H A DNstVideoFilterHq4x.inl77 #define PIXEL10_11 dst[1][0] = Interpolate1<R,G,B>( b.c[4], b.c[3] ); macro
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/
H A DNstVideoFilterHq2x.inl63 #define PIXEL10_11 dst[1][0] = Interpolate1<R,G,B>( b.c[4], b.c[7] ); macro
H A DNstVideoFilterHq4x.inl77 #define PIXEL10_11 dst[1][0] = Interpolate1<R,G,B>( b.c[4], b.c[3] ); macro
/dports/emulators/dgen-sdl/dgen-sdl-1.33/hqx/src/
H A Dhq2x_32.c51 #define PIXEL10_11 *(dp+dpL) = Interp1_32(w[5], w[8]); macro
H A Dhq2x_16.c51 #define PIXEL10_11 *(dp+dpL) = Interp1_16(w[5], w[8]); macro
H A Dhq2x_24.c51 #define PIXEL10_11 Interp1_24((dp+dpL), w[5], w[8]); macro
H A Dhq4x_16.c65 #define PIXEL10_11 *(dp+dpL) = Interp1_16(w[5], w[4]); macro
H A Dhq4x_24.c65 #define PIXEL10_11 Interp1_24((dp+dpL), w[5], w[4]); macro
H A Dhq4x_32.c65 #define PIXEL10_11 *(dp+dpL) = Interp1_32(w[5], w[4]); macro
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/gui/
H A Drender_templates_hq2x.h56 #define PIXEL10_11 line1[0] = interp_w2(C4,C7,3U,1U); macro
/dports/emulators/dosbox/dosbox-0.74-3/src/gui/
H A Drender_templates_hq2x.h56 #define PIXEL10_11 line1[0] = interp_w2(C4,C7,3U,1U); macro
/dports/games/openxcom/OpenXcom-1.0/src/Engine/Scalers/
H A Dhq2x.cpp51 #define PIXEL10_11 *(dp+dpL) = Interp1(w[5], w[8]); macro
H A Dhq4x.cpp65 #define PIXEL10_11 *(dp+dpL) = Interp1(w[5], w[4]); macro
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/third_party/hqx/
H A Dhq2x.c51 #define PIXEL10_11 *(dp+dpL) = Interp1(w[5], w[8]); macro
H A Dhq4x.c65 #define PIXEL10_11 *(dp+dpL) = Interp1(w[5], w[4]); macro
/dports/games/brumbrumrally/brumbrumrally-0.7/src/hqx/
H A Dhq2x.cpp53 #define PIXEL10_11 *(dp+dpL) = Interp1(w[5], w[8]); macro
H A Dhq4x.cpp67 #define PIXEL10_11 *(dp+dpL) = Interp1(w[5], w[4]); macro
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/HQX/
H A Dhq2x.cpp52 #define PIXEL10_11 *(dp+dpL) = Interp1(w[5], w[8]); macro
H A Dhq4x.cpp66 #define PIXEL10_11 *(dp+dpL) = Interp1(w[5], w[4]); macro
/dports/games/exult/exult-snapshot-v1.7.0.20211128/imagewin/
H A Dscale_hq2x.h64 #define PIXEL10_11 Interp1<PTYPES>(to+dline_pixels, c[5], c[8], manip); macro
/dports/games/uqm/uqm-0.8.0/src/libs/graphics/sdl/
H A Dhq2x.c64 #define PIXEL10_11 dst_p[dlen] = Scale_Blend_31(pix[5], pix[8]); macro
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/scaler/
H A Dhq2x.cpp72 #define PIXEL10_11 *(q+nextlineDst) = interpolate16_3_1<ColorMask >(w5, w8); macro
/dports/emulators/mednafen/mednafen/src/drivers/
H A Dhq2x.cpp92 #define PIXEL10_11 Interp1(pOut+BpL, w[5], w[8]); macro
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/VideoRender/
H A Dhq2x.c269 #define PIXEL10_11 Interp1(pOut+BpL, c[5], c[8]); macro

12