Home
last modified time | relevance | path

Searched defs:YUV2RGB (Results 1 – 25 of 95) sorted by relevance

1234

/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A Dconversion.h33 inline static void YUV2RGB(byte y, byte u, byte v, byte &r, byte &g, byte &b) { in YUV2RGB() function
/dports/games/residualvm/residualvm-0.3.1/graphics/
H A Dconversion.h33 inline static void YUV2RGB(byte y, byte u, byte v, byte &r, byte &g, byte &b) { in YUV2RGB() function
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/cuda/io/src/
H A Ddebayering.cu348 template class PCL_EXPORTS YUV2RGB<Device>; variable
349 template class PCL_EXPORTS YUV2RGB<Host>; variable
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A Dconversion.h48 inline static void YUV2RGB(byte y, byte u, byte v, byte &r, byte &g, byte &b) { in YUV2RGB() function
/dports/multimedia/libdc1394/libdc1394-2.2.6/dc1394/
H A Dconversions.h72 #define YUV2RGB(y, u, v, r, g, b) {\ macro
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libswscale/
H A Dyuv2rgb_template.c48 #define YUV2RGB \ macro
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudacodec/src/cuda/
H A Dnv12_to_rgb.cu69 __device__ static void YUV2RGB(const uint* yuvi, float* red, float* green, float* blue) in YUV2RGB() function
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp633 template <typename T, int scn, int dcn, int bidx> struct YUV2RGB struct
636 …typename TypeVec<T, dcn>::vec_type operator ()(const typename TypeVec<T, scn>::vec_type& src) const in operator ()()
645 __host__ __device__ __forceinline__ YUV2RGB() {} in YUV2RGB() function
646 __host__ __device__ __forceinline__ YUV2RGB(const YUV2RGB&) {} in YUV2RGB() function
649 template <int bidx> struct YUV2RGB<uchar, 4, 4, bidx> : unary_function<uint, uint> struct
655 __host__ __device__ __forceinline__ YUV2RGB() {} in YUV2RGB() function
656 __host__ __device__ __forceinline__ YUV2RGB(const YUV2RGB&) {} in YUV2RGB() function
663 typedef ::cv::cuda::device::color_detail::YUV2RGB<T, scn, dcn, bidx> functor_type; \
/dports/graphics/freeimage/FreeImage/Source/FreeImage/
H A DPluginPCD.cpp38 YUV2RGB(int y, int cb, int cr, int &r, int &g, int &b) { in YUV2RGB() function
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libswscale/x86/
H A Dyuv2rgb_template.c84 #define YUV2RGB \ macro
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libswscale/x86/
H A Dyuv2rgb_template.c84 #define YUV2RGB \ macro
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libswscale/x86/
H A Dyuv2rgb_template.c84 #define YUV2RGB \ macro
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudev/include/opencv2/cudev/functional/detail/
H A Dcolor_cvt.hpp387 template <typename T, int scn, int dcn, int bidx> struct YUV2RGB struct
390 …evice__ typename MakeVec<T, dcn>::type operator ()(const typename MakeVec<T, scn>::type& src) const in operator ()()
407 template <int scn, int dcn, int bidx> struct YUV2RGB<float, scn, dcn, bidx> struct
410 …typename MakeVec<float, dcn>::type operator ()(const typename MakeVec<float, scn>::type& src) const in operator ()()
/dports/multimedia/QtAV/QtAV-1.13.0/src/
H A DColorTransform.cpp70 const QMatrix4x4& ColorTransform::YUV2RGB(ColorSpace cs) in YUV2RGB() function in QtAV::ColorTransform
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dpngdec.c288 #define YUV2RGB(NAME, TYPE) \ macro
299 YUV2RGB(rgb8, uint8_t) in YUV2RGB() function
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dpngdec.c288 #define YUV2RGB(NAME, TYPE) \ macro
299 YUV2RGB(rgb8, uint8_t) in YUV2RGB() function
/dports/emulators/atari800/atari800-3.1.0/src/
H A Dcolours_pal.c344 static void YUV2RGB(int colourtable[256], double const yuv_table[256*5]) in YUV2RGB() function
/dports/x11-drivers/xorgxrdp/xorgxrdp-0.2.17/tests/yuv2rgb/
H A Dyuv2rgb_speed.c74 #define YUV2RGB(_Y, _U, _V, _R, _G, _B) \ macro
/dports/multimedia/spook/spook-20050207/
H A Dconversions.c151 #define YUV2RGB(y, u, v, r, g, b)\ macro
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dpngdec.c308 #define YUV2RGB(NAME, TYPE) \ macro
319 YUV2RGB(rgb8, uint8_t) in YUV2RGB() function
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dpngdec.c321 #define YUV2RGB(NAME, TYPE) \ macro
332 YUV2RGB(rgb8, uint8_t) in YUV2RGB() function
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dpngdec.c321 #define YUV2RGB(NAME, TYPE) \ macro
332 YUV2RGB(rgb8, uint8_t) in YUV2RGB() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dpngdec.c309 #define YUV2RGB(NAME, TYPE) \ macro
320 YUV2RGB(rgb8, uint8_t) in YUV2RGB() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dpngdec.c310 #define YUV2RGB(NAME, TYPE) \ macro
321 YUV2RGB(rgb8, uint8_t) in YUV2RGB() function
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/video/imx/
H A Dipu_disp.c28 YUV2RGB, enumerator

1234