Home
last modified time | relevance | path

Searched refs:Ymask (Results 1 – 25 of 30) sorted by relevance

12

/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/gui/
H A Drender_templates_hq.h33 static const Bit32u Ymask = 0x00FF0000; in diffYUV() local
43 diff = ((yuv1 & Ymask) - (yuv2 & Ymask)); in diffYUV()
/dports/emulators/dosbox/dosbox-0.74-3/src/gui/
H A Drender_templates_hq.h33 static const Bit32u Ymask = 0x00FF0000; in diffYUV() local
43 diff = ((yuv1 & Ymask) - (yuv2 & Ymask)); in diffYUV()
/dports/games/openxcom/OpenXcom-1.0/src/Engine/Scalers/
H A Dcommon.h33 #define Ymask 0x00FF0000 macro
51 return (( abs((int)((yuv1 & Ymask) - (yuv2 & Ymask))) > trY ) || in yuv_diff()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/third_party/hqx/
H A Dcommon.h33 #define Ymask 0x00FF0000 macro
51 return (( abs((yuv1 & Ymask) - (yuv2 & Ymask)) > trY ) || in yuv_diff()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/HQX/
H A Dcommon.h34 #define Ymask 0x00FF0000 macro
52 return (( std::abs((int)((yuv1 & Ymask) - (yuv2 & Ymask))) > trY ) || in yuv_diff()
/dports/games/brumbrumrally/brumbrumrally-0.7/src/hqx/
H A Dcommon.h35 #define Ymask 0x00FF0000 macro
53 return (( abs(static_cast<int>(yuv1 & Ymask) - static_cast<int>(yuv2 & Ymask)) > trY ) || in yuv_diff()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/imagewin/
H A Dscale_hqnx.h38 const int Ymask = 0x00FF0000; variable
145 return (std::abs((YUV1 & Ymask) - (YUV2 & Ymask)) > trY) || in Diff()
/dports/games/residualvm/residualvm-0.3.1/graphics/scaler/
H A Dintern.h187 static const int Ymask = 0x00FF0000; in diffYUV() local
207 diff = ((yuv1 & Ymask) - (yuv2 & Ymask)); in diffYUV()
/dports/databases/grass7/grass-7.8.6/lib/raster3d/
H A Dmask.c28 #define RASTER3D_MASKNUM(map,Xmask,Ymask,Zmask,VALUEmask,TYPEmask) \ argument
30 (RASTER3D_MASKNUMmaskValue = Rast3d_getMaskFloat (map, Xmask, Ymask, Zmask), \
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/intf/video/scalers/
H A Dhq_shared32.cpp274 movd mm6, eax ;mm6 = Ymask = 0x00FF0000 in Diff()
327 ( abs32((YUV1 & Ymask) - (YUV2 & Ymask)) > trY ) || in Diff()
H A Dhq_shared32.h23 const int Ymask = 0x00FF0000; variable
H A Dhq2xs_16.cpp35 #define Ymask 0xFF0000 macro
47 int c1y = (c1 & Ymask) - (c2 & Ymask); in Diff()
/dports/emulators/dgen-sdl/dgen-sdl-1.33/hqx/src/
H A Dcommon.h38 #define Ymask 0x00FF0000 macro
81 return (( abs((yuv1 & Ymask) - (yuv2 & Ymask)) > trY ) || in yuv_diff()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/video/scalers/
H A Dhq_shared32.cpp274 movd mm6, eax ;mm6 = Ymask = 0x00FF0000 in Diff()
327 ( abs32((YUV1 & Ymask) - (YUV2 & Ymask)) > trY ) || in Diff()
H A Dhq_shared32.h23 const int Ymask = 0x00FF0000; variable
/dports/emulators/mednafen/mednafen/src/drivers/
H A Dhqxx-common.h7 static const int Ymask = 0x00FF0000; variable
H A Dhq2x.cpp123 return ( ( abs((YUV1 & Ymask) - (YUV2 & Ymask)) > trY ) || in Diff()
191 YUV1Y &= Ymask; in hq2x_32()
203 if ( ( abs(YUV1Y - (YUV2 & Ymask)) > trY ) || in hq2x_32()
H A Dhq3x.cpp118 return ( ( abs((YUV1 & Ymask) - (YUV2 & Ymask)) > trY ) || in Diff()
187 YUV1Y &= Ymask; in hq3x_32()
199 if ( ( abs(YUV1Y - (YUV2 & Ymask)) > trY ) || in hq3x_32()
H A Dhq4x.cpp221 return ( ( abs((YUV1 & Ymask) - (YUV2 & Ymask)) > trY ) || in Diff()
292 if ( ( abs((YUV1 & Ymask) - (YUV2 & Ymask)) > trY ) || in hq4x_32()
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/scaler/
H A Dintern.h493 static const int Ymask = 0x00FF0000; in diffYUV() local
513 diff = ((yuv1 & Ymask) - (yuv2 & Ymask)); in diffYUV()
/dports/games/scummvm/scummvm-2.5.1/graphics/scaler/
H A Dintern.h493 static const int Ymask = 0x00FF0000; in diffYUV() local
513 diff = ((yuv1 & Ymask) - (yuv2 & Ymask)); in diffYUV()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/libsrc/hq2x/
H A Dhq2x3x.cpp25 const int Ymask = 0x00FF0000; variable
151 return ( ( abs((YUV1 & Ymask) - (YUV2 & Ymask)) > trY ) || in Diff()
233 if ( ( abs((YUV1 & Ymask) - (YUV2 & Ymask)) > trY ) || in hq2x_32()
3049 if ( ( abs((YUV1 & Ymask) - (YUV2 & Ymask)) > trY ) || in hq3x_32()
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_deform.erl145 {Xmask,Ymask,Zmask} = crumple_mask(Dir),
154 Y = Y0 + R2*Ymask,
/dports/games/edge/Edge-1.35-source/epi/
H A Dimage_hq2x.cc47 const u32_t Ymask = 0x00FF0000; variable
183 UDiff((YUV1 & Ymask), (YUV2 & Ymask)) > trY || in Diff()
/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Dvideo_scale_hqNx.c43 const int Ymask = 0x00FF0000; variable
125 return ( ( abs((YUV1 & Ymask) - (YUV2 & Ymask)) > trY ) || in diff()
255 if ( ( abs((YUV1 & Ymask) - (YUV2 & Ymask)) > trY ) || in hq2x_32()
3048 if ( ( abs((YUV1 & Ymask) - (YUV2 & Ymask)) > trY ) || in hq3x_32()
6901 if ( ( abs((YUV1 & Ymask) - (YUV2 & Ymask)) > trY ) || in hq4x_32()

12