Home
last modified time | relevance | path

Searched refs:Pixel (Results 1 – 25 of 5972) sorted by relevance

12345678910>>...239

/dports/graphics/gifski/gifski-1.5.0/cargo-crates/ffmpeg-next-4.4.0/src/util/format/
H A Dpixel.rs10 pub enum Pixel { enum
372 impl Pixel { impl
373 pub const Y400A: Pixel = Pixel::YA8;
374 pub const GRAY8A: Pixel = Pixel::YA8;
375 pub const GBR24P: Pixel = Pixel::GBRP;
377 pub const XVMC: Pixel = Pixel::XVMC_MPEG2_IDCT;
410 impl From<AVPixelFormat> for Pixel { implementation
502 AV_PIX_FMT_YA8 => Pixel::YA8, in from()
705 impl From<Pixel> for AVPixelFormat {
1094 impl FromStr for Pixel { implementation
[all …]
/dports/devel/sdl12/SDL-1.2.15/src/video/
H A DSDL_blit.h111 b = (Pixel&0xFF); \
200 Uint16 Pixel; \
221 Uint32 Pixel; \
234 Uint16 Pixel; \
257 Uint32 Pixel; \
284 r = (Pixel>>24); \
287 a = (Pixel&0xFF); \
294 a = (Pixel>>24); \
301 a = (Pixel>>24); \
354 Uint16 Pixel; \
[all …]
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/
H A DSDL_blit.h111 b = (Pixel&0xFF); \
200 Uint16 Pixel; \
221 Uint32 Pixel; \
234 Uint16 Pixel; \
257 Uint32 Pixel; \
284 r = (Pixel>>24); \
287 a = (Pixel&0xFF); \
294 a = (Pixel>>24); \
301 a = (Pixel>>24); \
354 Uint16 Pixel; \
[all …]
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/android/
H A DSDL_blit.h111 b = (Pixel&0xFF); \
200 Uint16 Pixel; \
221 Uint32 Pixel; \
234 Uint16 Pixel; \
257 Uint32 Pixel; \
284 r = (Pixel>>24); \
287 a = (Pixel&0xFF); \
294 a = (Pixel>>24); \
301 a = (Pixel>>24); \
354 Uint16 Pixel; \
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/
H A DSDL_blit.h121 #define RGB_FROM_PIXEL(Pixel, fmt, r, g, b) \ argument
123 r = SDL_expand_byte[fmt->Rloss][((Pixel&fmt->Rmask)>>fmt->Rshift)]; \
124 g = SDL_expand_byte[fmt->Gloss][((Pixel&fmt->Gmask)>>fmt->Gshift)]; \
125 b = SDL_expand_byte[fmt->Bloss][((Pixel&fmt->Bmask)>>fmt->Bshift)]; \
127 #define RGB_FROM_RGB565(Pixel, r, g, b) \ argument
129 r = SDL_expand_byte[3][((Pixel&0xF800)>>11)]; \
130 g = SDL_expand_byte[2][((Pixel&0x07E0)>>5)]; \
131 b = SDL_expand_byte[3][(Pixel&0x001F)]; \
133 #define RGB_FROM_RGB555(Pixel, r, g, b) \ argument
135 r = SDL_expand_byte[3][((Pixel&0x7C00)>>10)]; \
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/
H A DSDL_blit.h121 #define RGB_FROM_PIXEL(Pixel, fmt, r, g, b) \ argument
123 r = SDL_expand_byte[fmt->Rloss][((Pixel&fmt->Rmask)>>fmt->Rshift)]; \
124 g = SDL_expand_byte[fmt->Gloss][((Pixel&fmt->Gmask)>>fmt->Gshift)]; \
125 b = SDL_expand_byte[fmt->Bloss][((Pixel&fmt->Bmask)>>fmt->Bshift)]; \
127 #define RGB_FROM_RGB565(Pixel, r, g, b) \ argument
129 r = SDL_expand_byte[3][((Pixel&0xF800)>>11)]; \
130 g = SDL_expand_byte[2][((Pixel&0x07E0)>>5)]; \
131 b = SDL_expand_byte[3][(Pixel&0x001F)]; \
133 #define RGB_FROM_RGB555(Pixel, r, g, b) \ argument
135 r = SDL_expand_byte[3][((Pixel&0x7C00)>>10)]; \
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/
H A DSDL_blit.h122 #define RGB_FROM_PIXEL(Pixel, fmt, r, g, b) \ argument
124 r = SDL_expand_byte[fmt->Rloss][((Pixel&fmt->Rmask)>>fmt->Rshift)]; \
125 g = SDL_expand_byte[fmt->Gloss][((Pixel&fmt->Gmask)>>fmt->Gshift)]; \
126 b = SDL_expand_byte[fmt->Bloss][((Pixel&fmt->Bmask)>>fmt->Bshift)]; \
128 #define RGB_FROM_RGB565(Pixel, r, g, b) \ argument
130 r = SDL_expand_byte[3][((Pixel&0xF800)>>11)]; \
131 g = SDL_expand_byte[2][((Pixel&0x07E0)>>5)]; \
132 b = SDL_expand_byte[3][(Pixel&0x001F)]; \
134 #define RGB_FROM_RGB555(Pixel, r, g, b) \ argument
136 r = SDL_expand_byte[3][((Pixel&0x7C00)>>10)]; \
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/
H A DSDL_blit.h121 #define RGB_FROM_PIXEL(Pixel, fmt, r, g, b) \ argument
123 r = SDL_expand_byte[fmt->Rloss][((Pixel&fmt->Rmask)>>fmt->Rshift)]; \
124 g = SDL_expand_byte[fmt->Gloss][((Pixel&fmt->Gmask)>>fmt->Gshift)]; \
125 b = SDL_expand_byte[fmt->Bloss][((Pixel&fmt->Bmask)>>fmt->Bshift)]; \
127 #define RGB_FROM_RGB565(Pixel, r, g, b) \ argument
129 r = SDL_expand_byte[3][((Pixel&0xF800)>>11)]; \
130 g = SDL_expand_byte[2][((Pixel&0x07E0)>>5)]; \
131 b = SDL_expand_byte[3][(Pixel&0x001F)]; \
133 #define RGB_FROM_RGB555(Pixel, r, g, b) \ argument
135 r = SDL_expand_byte[3][((Pixel&0x7C00)>>10)]; \
[all …]
/dports/games/scummvm/scummvm-2.5.1/graphics/scaler/
H A Dnormal.cpp29 template<typename Pixel>
33 const int b = sizeof(Pixel); in Normal2x()
39 Pixel color = *(((const Pixel*)srcPtr) + i); in Normal2x()
41 *(Pixel *)(r) = color; in Normal2x()
42 *(Pixel *)(r + b) = color; in Normal2x()
89 template<typename Pixel>
101 Pixel color = *(((const Pixel *)srcPtr) + i); in Normal3x()
121 template<typename Pixel>
134 Pixel color = *(((const Pixel *)srcPtr) + i); in Normal4x()
161 template<typename Pixel>
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/video/
H A DSDL_blit.h129 #define RGB_FROM_PIXEL(Pixel, fmt, r, g, b) \ argument
131 r = SDL_expand_byte[fmt->Rloss][((Pixel&fmt->Rmask)>>fmt->Rshift)]; \
132 g = SDL_expand_byte[fmt->Gloss][((Pixel&fmt->Gmask)>>fmt->Gshift)]; \
133 b = SDL_expand_byte[fmt->Bloss][((Pixel&fmt->Bmask)>>fmt->Bshift)]; \
135 #define RGB_FROM_RGB565(Pixel, r, g, b) \ argument
137 r = SDL_expand_byte[3][((Pixel&0xF800)>>11)]; \
138 g = SDL_expand_byte[2][((Pixel&0x07E0)>>5)]; \
139 b = SDL_expand_byte[3][(Pixel&0x001F)]; \
141 #define RGB_FROM_RGB555(Pixel, r, g, b) \ argument
143 r = SDL_expand_byte[3][((Pixel&0x7C00)>>10)]; \
[all …]
/dports/devel/sdl20/SDL2-2.0.18/src/video/
H A DSDL_blit.h129 #define RGB_FROM_PIXEL(Pixel, fmt, r, g, b) \ argument
131 r = SDL_expand_byte[fmt->Rloss][((Pixel&fmt->Rmask)>>fmt->Rshift)]; \
132 g = SDL_expand_byte[fmt->Gloss][((Pixel&fmt->Gmask)>>fmt->Gshift)]; \
133 b = SDL_expand_byte[fmt->Bloss][((Pixel&fmt->Bmask)>>fmt->Bshift)]; \
135 #define RGB_FROM_RGB565(Pixel, r, g, b) \ argument
137 r = SDL_expand_byte[3][((Pixel&0xF800)>>11)]; \
138 g = SDL_expand_byte[2][((Pixel&0x07E0)>>5)]; \
139 b = SDL_expand_byte[3][(Pixel&0x001F)]; \
141 #define RGB_FROM_RGB555(Pixel, r, g, b) \ argument
143 r = SDL_expand_byte[3][((Pixel&0x7C00)>>10)]; \
[all …]
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/Denoise/src/
H A Dpixel.h29 Pixel(): in Pixel() function
38 template<typename R> Pixel &operator =(const Pixel<R> &other)
59 Pixel operator +(const Pixel &other) const
73 template <typename R> Pixel operator -(const Pixel<R> &other) const
80 template <typename R> Pixel operator *(const Pixel<R> &other) const
101 template <typename R> Pixel operator |(const Pixel<R> &other) const
108 template <typename R> Pixel &operator +=(const Pixel<R> &other)
153 template<typename T> inline Pixel<T> pow2(const Pixel<T> &pixel) in pow2()
160 template<typename T> inline Pixel<T> sqrt(const Pixel<T> &pixel) in sqrt()
167 template<typename T> Pixel<T> bound(T min, const Pixel<T> &pixel, T max) in bound()
[all …]
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/pipegen/
H A Dfetchsolidpart.cpp57 Pixel& s = _pixel; in initSolidFlags()
60 case Pixel::kTypeRGBA: in initSolidFlags()
61 if ((flags & (Pixel::kPC | Pixel::kUC | Pixel::kUA | Pixel::kUIA)) && s.pc.empty()) { in initSolidFlags()
69 if ((flags & (Pixel::kSA | Pixel::kPA | Pixel::kUA | Pixel::kUIA)) && !s.sa.isValid()) { in initSolidFlags()
74 if (flags & (Pixel::kPA | Pixel::kUA | Pixel::kUIA) && s.ua.empty()) { in initSolidFlags()
95 Pixel& s = _pixel; in fetch1()
129 Pixel& s = _pixel; in fetch1()
151 initSolidFlags(flags & (Pixel::kPC | Pixel::kUC | Pixel::kUA | Pixel::kUIA)); in fetch4()
152 Pixel& s = _pixel; in fetch4()
186 initSolidFlags(flags & (Pixel::kPA | Pixel::kUA | Pixel::kUIA)); in fetch4()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/gil/
H A Dpixel_iterator.hpp70 template <typename Pixel>
76 template <typename Pixel>
86 template <typename Pixel>
87 struct color_space_type<Pixel*> : color_space_type<Pixel> {};
90 struct color_space_type<Pixel const*> : color_space_type<Pixel> {};
93 struct channel_mapping_type<Pixel*> : channel_mapping_type<Pixel> {};
96 struct channel_mapping_type<Pixel const*> : channel_mapping_type<Pixel> {};
99 struct is_planar<Pixel*> : is_planar<Pixel> {};
102 struct is_planar<Pixel const*> : is_planar<Pixel> {};
109 struct channel_type<Pixel*> : channel_type<Pixel> {};
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/gil/
H A Dpixel_iterator.hpp70 template <typename Pixel>
76 template <typename Pixel>
86 template <typename Pixel>
87 struct color_space_type<Pixel*> : color_space_type<Pixel> {};
90 struct color_space_type<Pixel const*> : color_space_type<Pixel> {};
93 struct channel_mapping_type<Pixel*> : channel_mapping_type<Pixel> {};
96 struct channel_mapping_type<Pixel const*> : channel_mapping_type<Pixel> {};
99 struct is_planar<Pixel*> : is_planar<Pixel> {};
102 struct is_planar<Pixel const*> : is_planar<Pixel> {};
109 struct channel_type<Pixel*> : channel_type<Pixel> {};
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/gil/
H A Dpixel_iterator.hpp82 template <typename Pixel>
83 struct dynamic_x_step_type<Pixel*> {
88 template <typename Pixel>
98 template <typename Pixel> struct color_space_type< Pixel*> : public color_space_type<Pixel> {};
99 template <typename Pixel> struct color_space_type<const Pixel*> : public color_space_type<Pixel> {};
101 template <typename Pixel> struct channel_mapping_type< Pixel*> : public channel_mapping_type<P…
102 template <typename Pixel> struct channel_mapping_type<const Pixel*> : public channel_mapping_type<P…
104 template <typename Pixel> struct is_planar< Pixel*> : public is_planar<Pixel> {};
105 template <typename Pixel> struct is_planar<const Pixel*> : public is_planar<Pixel> {};
111 template <typename Pixel> struct channel_type<Pixel*> : public channel_type<Pixel> {};
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/gil/
H A Dpixel_iterator.hpp82 template <typename Pixel>
83 struct dynamic_x_step_type<Pixel*> {
88 template <typename Pixel>
98 template <typename Pixel> struct color_space_type< Pixel*> : public color_space_type<Pixel> {};
99 template <typename Pixel> struct color_space_type<const Pixel*> : public color_space_type<Pixel> {};
101 template <typename Pixel> struct channel_mapping_type< Pixel*> : public channel_mapping_type<P…
102 template <typename Pixel> struct channel_mapping_type<const Pixel*> : public channel_mapping_type<P…
104 template <typename Pixel> struct is_planar< Pixel*> : public is_planar<Pixel> {};
105 template <typename Pixel> struct is_planar<const Pixel*> : public is_planar<Pixel> {};
111 template <typename Pixel> struct channel_type<Pixel*> : public channel_type<Pixel> {};
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/
H A Dpixel_iterator.hpp70 template <typename Pixel>
76 template <typename Pixel>
86 template <typename Pixel>
87 struct color_space_type<Pixel*> : color_space_type<Pixel> {};
90 struct color_space_type<Pixel const*> : color_space_type<Pixel> {};
93 struct channel_mapping_type<Pixel*> : channel_mapping_type<Pixel> {};
96 struct channel_mapping_type<Pixel const*> : channel_mapping_type<Pixel> {};
99 struct is_planar<Pixel*> : is_planar<Pixel> {};
102 struct is_planar<Pixel const*> : is_planar<Pixel> {};
109 struct channel_type<Pixel*> : channel_type<Pixel> {};
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/gil/
H A Dpixel_iterator.hpp70 template <typename Pixel>
76 template <typename Pixel>
86 template <typename Pixel>
87 struct color_space_type<Pixel*> : color_space_type<Pixel> {};
90 struct color_space_type<Pixel const*> : color_space_type<Pixel> {};
93 struct channel_mapping_type<Pixel*> : channel_mapping_type<Pixel> {};
96 struct channel_mapping_type<Pixel const*> : channel_mapping_type<Pixel> {};
99 struct is_planar<Pixel*> : is_planar<Pixel> {};
102 struct is_planar<Pixel const*> : is_planar<Pixel> {};
109 struct channel_type<Pixel*> : channel_type<Pixel> {};
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/gil/
H A Dpixel_iterator.hpp82 template <typename Pixel>
83 struct dynamic_x_step_type<Pixel*> {
88 template <typename Pixel>
98 template <typename Pixel> struct color_space_type< Pixel*> : public color_space_type<Pixel> {};
99 template <typename Pixel> struct color_space_type<const Pixel*> : public color_space_type<Pixel> {};
101 template <typename Pixel> struct channel_mapping_type< Pixel*> : public channel_mapping_type<P…
102 template <typename Pixel> struct channel_mapping_type<const Pixel*> : public channel_mapping_type<P…
104 template <typename Pixel> struct is_planar< Pixel*> : public is_planar<Pixel> {};
105 template <typename Pixel> struct is_planar<const Pixel*> : public is_planar<Pixel> {};
111 template <typename Pixel> struct channel_type<Pixel*> : public channel_type<Pixel> {};
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/gil/
H A Dpixel_iterator.hpp82 template <typename Pixel>
83 struct dynamic_x_step_type<Pixel*> {
88 template <typename Pixel>
98 template <typename Pixel> struct color_space_type< Pixel*> : public color_space_type<Pixel> {};
99 template <typename Pixel> struct color_space_type<const Pixel*> : public color_space_type<Pixel> {};
101 template <typename Pixel> struct channel_mapping_type< Pixel*> : public channel_mapping_type<P…
102 template <typename Pixel> struct channel_mapping_type<const Pixel*> : public channel_mapping_type<P…
104 template <typename Pixel> struct is_planar< Pixel*> : public is_planar<Pixel> {};
105 template <typename Pixel> struct is_planar<const Pixel*> : public is_planar<Pixel> {};
111 template <typename Pixel> struct channel_type<Pixel*> : public channel_type<Pixel> {};
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/gil/
H A Dpixel_iterator.hpp82 template <typename Pixel>
83 struct dynamic_x_step_type<Pixel*> {
88 template <typename Pixel>
98 template <typename Pixel> struct color_space_type< Pixel*> : public color_space_type<Pixel> {};
99 template <typename Pixel> struct color_space_type<const Pixel*> : public color_space_type<Pixel> {};
101 template <typename Pixel> struct channel_mapping_type< Pixel*> : public channel_mapping_type<P…
102 template <typename Pixel> struct channel_mapping_type<const Pixel*> : public channel_mapping_type<P…
104 template <typename Pixel> struct is_planar< Pixel*> : public is_planar<Pixel> {};
105 template <typename Pixel> struct is_planar<const Pixel*> : public is_planar<Pixel> {};
111 template <typename Pixel> struct channel_type<Pixel*> : public channel_type<Pixel> {};
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/gil/
H A Dpixel_iterator.hpp82 template <typename Pixel>
83 struct dynamic_x_step_type<Pixel*> {
88 template <typename Pixel>
98 template <typename Pixel> struct color_space_type< Pixel*> : public color_space_type<Pixel> {};
99 template <typename Pixel> struct color_space_type<const Pixel*> : public color_space_type<Pixel> {};
101 template <typename Pixel> struct channel_mapping_type< Pixel*> : public channel_mapping_type<P…
102 template <typename Pixel> struct channel_mapping_type<const Pixel*> : public channel_mapping_type<P…
104 template <typename Pixel> struct is_planar< Pixel*> : public is_planar<Pixel> {};
105 template <typename Pixel> struct is_planar<const Pixel*> : public is_planar<Pixel> {};
111 template <typename Pixel> struct channel_type<Pixel*> : public channel_type<Pixel> {};
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/gil/
H A Dpixel_iterator.hpp70 template <typename Pixel>
76 template <typename Pixel>
86 template <typename Pixel>
87 struct color_space_type<Pixel*> : color_space_type<Pixel> {};
90 struct color_space_type<Pixel const*> : color_space_type<Pixel> {};
93 struct channel_mapping_type<Pixel*> : channel_mapping_type<Pixel> {};
96 struct channel_mapping_type<Pixel const*> : channel_mapping_type<Pixel> {};
99 struct is_planar<Pixel*> : is_planar<Pixel> {};
102 struct is_planar<Pixel const*> : is_planar<Pixel> {};
109 struct channel_type<Pixel*> : channel_type<Pixel> {};
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/gil/
H A Dpixel_iterator.hpp70 template <typename Pixel>
76 template <typename Pixel>
86 template <typename Pixel>
87 struct color_space_type<Pixel*> : color_space_type<Pixel> {};
90 struct color_space_type<Pixel const*> : color_space_type<Pixel> {};
93 struct channel_mapping_type<Pixel*> : channel_mapping_type<Pixel> {};
96 struct channel_mapping_type<Pixel const*> : channel_mapping_type<Pixel> {};
99 struct is_planar<Pixel*> : is_planar<Pixel> {};
102 struct is_planar<Pixel const*> : is_planar<Pixel> {};
109 struct channel_type<Pixel*> : channel_type<Pixel> {};
[all …]

12345678910>>...239