Home
last modified time | relevance | path

Searched refs:PixelType (Results 1 – 25 of 2744) sorted by relevance

12345678910>>...110

/dports/graphics/panomatic/panomatic-0.9.4/vigra/include/vigra/
H A Dbasicimageview.hxx78 typedef PIXELTYPE PixelType; typedef in vigra::BasicImageView
569 template <class PixelType>
582 template <class PixelType>
598 template <class PixelType>
608 template <class PixelType>
620 template <class PixelType>
633 template <class PixelType>
649 template <class PixelType>
659 template <class PixelType>
671 template <class PixelType>
[all …]
H A Dbasicimage.hxx475 typedef PIXELTYPE PixelType; typedef in vigra::BasicImage
1315 template <class PixelType, class Alloc>
1328 template <class PixelType, class Alloc>
1344 template <class PixelType, class Alloc>
1354 template <class PixelType, class Alloc>
1366 template <class PixelType, class Alloc>
1379 template <class PixelType, class Alloc>
1395 template <class PixelType, class Alloc>
1405 template <class PixelType, class Alloc>
1417 template <class PixelType, class Alloc>
[all …]
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dbasicimageview.hxx86 typedef PIXELTYPE PixelType; typedef in vigra::BasicImageView
583 template <class PixelType>
596 template <class PixelType>
612 template <class PixelType>
622 template <class PixelType>
634 template <class PixelType>
647 template <class PixelType>
663 template <class PixelType>
673 template <class PixelType>
685 template <class PixelType>
[all …]
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/zimg/depth/x86/
H A Ddepth_convert_x86.cpp16 if (pixel_in == PixelType::BYTE && pixel_out == PixelType::BYTE) in select_left_shift_func_sse2()
18 else if (pixel_in == PixelType::BYTE && pixel_out == PixelType::WORD) in select_left_shift_func_sse2()
20 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::BYTE) in select_left_shift_func_sse2()
22 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::WORD) in select_left_shift_func_sse2()
30 if (pixel_in == PixelType::BYTE && pixel_out == PixelType::BYTE) in select_left_shift_func_avx2()
32 else if (pixel_in == PixelType::BYTE && pixel_out == PixelType::WORD) in select_left_shift_func_avx2()
34 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::BYTE) in select_left_shift_func_avx2()
45 if (pixel_in == PixelType::BYTE && pixel_out == PixelType::BYTE) in select_left_shift_func_avx512()
63 if (pixel_in == PixelType::BYTE && pixel_out == PixelType::FLOAT) in select_depth_convert_func_sse2()
73 if (pixel_in == PixelType::BYTE && pixel_out == PixelType::HALF) in select_depth_convert_func_avx2()
[all …]
H A Ddither_x86.cpp20 if (pixel_in == PixelType::BYTE && pixel_out == PixelType::BYTE) in select_ordered_dither_func_sse2()
22 else if (pixel_in == PixelType::BYTE && pixel_out == PixelType::WORD) in select_ordered_dither_func_sse2()
24 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::BYTE) in select_ordered_dither_func_sse2()
26 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::WORD) in select_ordered_dither_func_sse2()
28 else if (pixel_in == PixelType::FLOAT && pixel_out == PixelType::BYTE) in select_ordered_dither_func_sse2()
30 else if (pixel_in == PixelType::FLOAT && pixel_out == PixelType::WORD) in select_ordered_dither_func_sse2()
38 if (pixel_in == PixelType::BYTE && pixel_out == PixelType::BYTE) in select_ordered_dither_func_avx2()
40 else if (pixel_in == PixelType::BYTE && pixel_out == PixelType::WORD) in select_ordered_dither_func_avx2()
42 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::BYTE) in select_ordered_dither_func_avx2()
44 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::WORD) in select_ordered_dither_func_avx2()
[all …]
/dports/multimedia/handbrake/zimg-release-3.0.1/src/zimg/depth/x86/
H A Ddepth_convert_x86.cpp16 if (pixel_in == PixelType::BYTE && pixel_out == PixelType::BYTE) in select_left_shift_func_sse2()
18 else if (pixel_in == PixelType::BYTE && pixel_out == PixelType::WORD) in select_left_shift_func_sse2()
20 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::BYTE) in select_left_shift_func_sse2()
22 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::WORD) in select_left_shift_func_sse2()
30 if (pixel_in == PixelType::BYTE && pixel_out == PixelType::BYTE) in select_left_shift_func_avx2()
32 else if (pixel_in == PixelType::BYTE && pixel_out == PixelType::WORD) in select_left_shift_func_avx2()
34 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::BYTE) in select_left_shift_func_avx2()
45 if (pixel_in == PixelType::BYTE && pixel_out == PixelType::BYTE) in select_left_shift_func_avx512()
63 if (pixel_in == PixelType::BYTE && pixel_out == PixelType::FLOAT) in select_depth_convert_func_sse2()
73 if (pixel_in == PixelType::BYTE && pixel_out == PixelType::HALF) in select_depth_convert_func_avx2()
[all …]
H A Ddither_x86.cpp20 if (pixel_in == PixelType::BYTE && pixel_out == PixelType::BYTE) in select_ordered_dither_func_sse2()
22 else if (pixel_in == PixelType::BYTE && pixel_out == PixelType::WORD) in select_ordered_dither_func_sse2()
24 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::BYTE) in select_ordered_dither_func_sse2()
26 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::WORD) in select_ordered_dither_func_sse2()
28 else if (pixel_in == PixelType::FLOAT && pixel_out == PixelType::BYTE) in select_ordered_dither_func_sse2()
30 else if (pixel_in == PixelType::FLOAT && pixel_out == PixelType::WORD) in select_ordered_dither_func_sse2()
38 if (pixel_in == PixelType::BYTE && pixel_out == PixelType::BYTE) in select_ordered_dither_func_avx2()
40 else if (pixel_in == PixelType::BYTE && pixel_out == PixelType::WORD) in select_ordered_dither_func_avx2()
42 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::BYTE) in select_ordered_dither_func_avx2()
44 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::WORD) in select_ordered_dither_func_avx2()
[all …]
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/Images/
H A DPixelTraits.h36 typedef _PixelType PixelType; typedef
62 static void SetZero(PixelType& target) in SetZero()
80 static void Copy(PixelType& target, in Copy()
162 struct PixelType
184 static void Copy(PixelType& target,
218 struct PixelType
242 static void Copy(PixelType& target,
279 struct PixelType
303 static void Copy(PixelType& target,
340 typedef float PixelType;
[all …]
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/Images/
H A DPixelTraits.h36 typedef _PixelType PixelType; typedef
62 static void SetZero(PixelType& target) in SetZero()
80 static void Copy(PixelType& target, in Copy()
162 struct PixelType
184 static void Copy(PixelType& target,
218 struct PixelType
242 static void Copy(PixelType& target,
279 struct PixelType
303 static void Copy(PixelType& target,
340 typedef float PixelType;
[all …]
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/Images/
H A DPixelTraits.h36 typedef _PixelType PixelType; typedef
62 static void SetZero(PixelType& target) in SetZero()
80 static void Copy(PixelType& target, in Copy()
162 struct PixelType
184 static void Copy(PixelType& target,
218 struct PixelType
242 static void Copy(PixelType& target,
279 struct PixelType
303 static void Copy(PixelType& target,
340 typedef float PixelType;
[all …]
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/Images/
H A DPixelTraits.h36 typedef _PixelType PixelType; typedef
62 static void SetZero(PixelType& target) in SetZero()
80 static void Copy(PixelType& target, in Copy()
162 struct PixelType
184 static void Copy(PixelType& target,
218 struct PixelType
242 static void Copy(PixelType& target,
279 struct PixelType
303 static void Copy(PixelType& target,
340 typedef float PixelType;
[all …]
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/Images/
H A DPixelTraits.h36 typedef _PixelType PixelType; typedef
62 static void SetZero(PixelType& target) in SetZero()
80 static void Copy(PixelType& target, in Copy()
162 struct PixelType
184 static void Copy(PixelType& target,
218 struct PixelType
242 static void Copy(PixelType& target,
279 struct PixelType
303 static void Copy(PixelType& target,
340 typedef float PixelType;
[all …]
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A DVectorRendererSpec.h109 PixelType *ptr = (PixelType *)_activeSurface->getBasePtr(x, y); in putPixel()
138 inline void blendPixelPtr(PixelType *ptr, PixelType color, uint8 alpha);
225 int bevel, PixelType top_color, PixelType bottom_color);
228 int bevel, PixelType top_color, PixelType bottom_color);
243 int bevel, PixelType topColor, PixelType bottomColor,
247 int bevel, PixelType topColor, PixelType bottomColor,
290 inline void blendFill(PixelType *first, PixelType *last, PixelType color, uint8 alpha) { in blendFill()
295 …inline void blendFillClip(PixelType *first, PixelType *last, PixelType color, uint8 alpha, int rea… in blendFillClip()
307 void darkenFill(PixelType *first, PixelType *last);
308 void darkenFillClip(PixelType *first, PixelType *last, int x, int y);
[all …]
H A DVectorRendererSpec.cpp443 void colorFill(PixelType *first, PixelType *last, PixelType color) { in colorFill()
513 void colorVFill(PixelType *first, PixelType *last, int pitch, PixelType color) { in colorVFill()
619 inline PixelType VectorRendererSpec<PixelType>::
829 PixelType *ptr = (PixelType *)_activeSurface->getPixels(); in applyScreenShading()
857 blendPixelPtr(PixelType *ptr, PixelType color, uint8 alpha) { in blendPixelPtr()
928 darkenFill(PixelType *ptr, PixelType *end) { in darkenFill()
956 darkenFillClip(PixelType *ptr, PixelType *end, int x, int y) { in darkenFillClip()
1066 PixelType *ptr = (PixelType *)_activeSurface->getBasePtr(x1, y1); in drawLine()
1078 colorFill<PixelType>(ptr, ptr + dx + 1, (PixelType)_fgColor); in drawLine()
1857 PixelType *ptr = (PixelType *)_activeSurface->getBasePtr(x, y); in drawSquareAlg()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A DVectorRendererSpec.h119 PixelType *ptr = (PixelType *)_activeSurface->getBasePtr(x, y); in putPixel()
148 inline void blendPixelPtr(PixelType *ptr, PixelType color, uint8 alpha);
226 int bevel, PixelType top_color, PixelType bottom_color, bool fill);
229 int bevel, PixelType top_color, PixelType bottom_color, bool fill);
244 int bevel, PixelType topColor, PixelType bottomColor,
248 int bevel, PixelType topColor, PixelType bottomColor,
291 inline void blendFill(PixelType *first, PixelType *last, PixelType color, uint8 alpha) { in blendFill()
296 …inline void blendFillClip(PixelType *first, PixelType *last, PixelType color, uint8 alpha, int rea… in blendFillClip()
308 void darkenFill(PixelType *first, PixelType *last);
309 void darkenFillClip(PixelType *first, PixelType *last, int x, int y);
[all …]
/dports/games/residualvm/residualvm-0.3.1/graphics/
H A DVectorRendererSpec.h119 PixelType *ptr = (PixelType *)_activeSurface->getBasePtr(x, y); in putPixel()
148 inline void blendPixelPtr(PixelType *ptr, PixelType color, uint8 alpha);
226 int bevel, PixelType top_color, PixelType bottom_color, bool fill);
229 int bevel, PixelType top_color, PixelType bottom_color, bool fill);
244 int bevel, PixelType topColor, PixelType bottomColor,
248 int bevel, PixelType topColor, PixelType bottomColor,
291 inline void blendFill(PixelType *first, PixelType *last, PixelType color, uint8 alpha) { in blendFill()
295 …inline void blendFillClip(PixelType *first, PixelType *last, PixelType color, uint8 alpha, int rea… in blendFillClip()
307 void darkenFill(PixelType *first, PixelType *last);
308 void darkenFillClip(PixelType *first, PixelType *last, int x, int y);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/image/
H A DSurfacePipe.h75 template <typename PixelType>
282 template <typename PixelType>
335 template <typename PixelType>
351 PixelType* dest = reinterpret_cast<PixelType*>(mRowPointer); in WriteBuffer()
442 PixelType* rowPtr = reinterpret_cast<PixelType*>(mRowPointer); in WriteUnsafeComputedRow()
544 PixelType* rowPtr = reinterpret_cast<PixelType*>(mRowPointer); in DoWritePixelBlockToRow()
588 PixelType* rowPtr = reinterpret_cast<PixelType*>(mRowPointer); in DoWritePixelsToRow()
619 template <typename PixelType>
621 WritePixels<PixelType>([] { return AsVariant(PixelType(0)); }); in ZeroOutRestOfSurface()
701 template <typename PixelType>
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/image/
H A DSurfacePipe.h75 template <typename PixelType>
282 template <typename PixelType>
335 template <typename PixelType>
351 PixelType* dest = reinterpret_cast<PixelType*>(mRowPointer); in WriteBuffer()
442 PixelType* rowPtr = reinterpret_cast<PixelType*>(mRowPointer); in WriteUnsafeComputedRow()
544 PixelType* rowPtr = reinterpret_cast<PixelType*>(mRowPointer); in DoWritePixelBlockToRow()
588 PixelType* rowPtr = reinterpret_cast<PixelType*>(mRowPointer); in DoWritePixelsToRow()
619 template <typename PixelType>
621 WritePixels<PixelType>([] { return AsVariant(PixelType(0)); }); in ZeroOutRestOfSurface()
701 template <typename PixelType>
[all …]
/dports/www/firefox/firefox-99.0/image/
H A DSurfacePipe.h78 template <typename PixelType>
285 template <typename PixelType>
338 template <typename PixelType>
354 PixelType* dest = reinterpret_cast<PixelType*>(mRowPointer); in WriteBuffer()
445 PixelType* rowPtr = reinterpret_cast<PixelType*>(mRowPointer); in WriteUnsafeComputedRow()
547 PixelType* rowPtr = reinterpret_cast<PixelType*>(mRowPointer); in DoWritePixelBlockToRow()
591 PixelType* rowPtr = reinterpret_cast<PixelType*>(mRowPointer); in DoWritePixelsToRow()
622 template <typename PixelType>
624 WritePixels<PixelType>([] { return AsVariant(PixelType(0)); }); in ZeroOutRestOfSurface()
704 template <typename PixelType>
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DSurfacePipe.h75 template <typename PixelType>
282 template <typename PixelType>
335 template <typename PixelType>
351 PixelType* dest = reinterpret_cast<PixelType*>(mRowPointer); in WriteBuffer()
442 PixelType* rowPtr = reinterpret_cast<PixelType*>(mRowPointer); in WriteUnsafeComputedRow()
544 PixelType* rowPtr = reinterpret_cast<PixelType*>(mRowPointer); in DoWritePixelBlockToRow()
588 PixelType* rowPtr = reinterpret_cast<PixelType*>(mRowPointer); in DoWritePixelsToRow()
619 template <typename PixelType>
621 WritePixels<PixelType>([] { return AsVariant(PixelType(0)); }); in ZeroOutRestOfSurface()
701 template <typename PixelType>
[all …]
/dports/multimedia/handbrake/zimg-release-3.0.1/src/zimg/depth/arm/
H A Ddepth_convert_arm.cpp14 left_shift_func select_left_shift_func_neon(PixelType pixel_in, PixelType pixel_out) in select_left_shift_func_neon()
16 if (pixel_in == PixelType::BYTE && pixel_out == PixelType::BYTE) in select_left_shift_func_neon()
18 else if (pixel_in == PixelType::BYTE && pixel_out == PixelType::WORD) in select_left_shift_func_neon()
20 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::BYTE) in select_left_shift_func_neon()
22 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::WORD) in select_left_shift_func_neon()
28 depth_convert_func select_depth_convert_func_neon(PixelType pixel_in, PixelType pixel_out) in select_depth_convert_func_neon()
36 if (pixel_in == PixelType::BYTE && pixel_out == PixelType::HALF) in select_depth_convert_func_neon()
40 if (pixel_in == PixelType::BYTE && pixel_out == PixelType::FLOAT) in select_depth_convert_func_neon()
43 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::HALF) in select_depth_convert_func_neon()
46 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::FLOAT) in select_depth_convert_func_neon()
[all …]
H A Ddither_arm.cpp15 dither_convert_func select_ordered_dither_func_neon(PixelType pixel_in, PixelType pixel_out) in select_ordered_dither_func_neon()
18 if (pixel_in == PixelType::HALF) in select_ordered_dither_func_neon()
19 pixel_in = PixelType::FLOAT; in select_ordered_dither_func_neon()
22 if (pixel_in == PixelType::BYTE && pixel_out == PixelType::BYTE) in select_ordered_dither_func_neon()
24 else if (pixel_in == PixelType::BYTE && pixel_out == PixelType::WORD) in select_ordered_dither_func_neon()
26 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::BYTE) in select_ordered_dither_func_neon()
28 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::WORD) in select_ordered_dither_func_neon()
31 else if (pixel_in == PixelType::HALF && pixel_out == PixelType::BYTE) in select_ordered_dither_func_neon()
33 else if (pixel_in == PixelType::HALF && pixel_out == PixelType::WORD) in select_ordered_dither_func_neon()
36 else if (pixel_in == PixelType::FLOAT && pixel_out == PixelType::BYTE) in select_ordered_dither_func_neon()
[all …]
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/zimg/depth/arm/
H A Ddepth_convert_arm.cpp14 left_shift_func select_left_shift_func_neon(PixelType pixel_in, PixelType pixel_out) in select_left_shift_func_neon()
16 if (pixel_in == PixelType::BYTE && pixel_out == PixelType::BYTE) in select_left_shift_func_neon()
18 else if (pixel_in == PixelType::BYTE && pixel_out == PixelType::WORD) in select_left_shift_func_neon()
20 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::BYTE) in select_left_shift_func_neon()
22 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::WORD) in select_left_shift_func_neon()
28 depth_convert_func select_depth_convert_func_neon(PixelType pixel_in, PixelType pixel_out) in select_depth_convert_func_neon()
36 if (pixel_in == PixelType::BYTE && pixel_out == PixelType::HALF) in select_depth_convert_func_neon()
40 if (pixel_in == PixelType::BYTE && pixel_out == PixelType::FLOAT) in select_depth_convert_func_neon()
43 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::HALF) in select_depth_convert_func_neon()
46 else if (pixel_in == PixelType::WORD && pixel_out == PixelType::FLOAT) in select_depth_convert_func_neon()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DSurfacePipe.h74 template <typename PixelType>
237 template <typename PixelType>
276 template <typename PixelType>
294 PixelType* dest = reinterpret_cast<PixelType*>(mRowPointer); in WriteBuffer()
385 PixelType* rowPtr = reinterpret_cast<PixelType*>(mRowPointer); in WriteUnsafeComputedRow()
473 PixelType* rowPtr = reinterpret_cast<PixelType*>(mRowPointer); in DoWritePixelsToRow()
476 NextPixel<PixelType> result = aFunc(); in DoWritePixelsToRow()
505 template <typename PixelType>
508 WritePixels<PixelType>([]{ return AsVariant(PixelType(0)); }); in ZeroOutRestOfSurface()
631 template <typename PixelType>
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/image/
H A DSurfacePipe.h73 template <typename PixelType>
228 template <typename PixelType>
266 template <typename PixelType>
282 PixelType* dest = reinterpret_cast<PixelType*>(mRowPointer); in WriteBuffer()
373 PixelType* rowPtr = reinterpret_cast<PixelType*>(mRowPointer); in WriteUnsafeComputedRow()
456 PixelType* rowPtr = reinterpret_cast<PixelType*>(mRowPointer); in DoWritePixelsToRow()
459 NextPixel<PixelType> result = aFunc(); in DoWritePixelsToRow()
487 template <typename PixelType>
489 WritePixels<PixelType>([] { return AsVariant(PixelType(0)); }); in ZeroOutRestOfSurface()
556 template <typename PixelType>
[all …]

12345678910>>...110