Home
last modified time | relevance | path

Searched refs:YUV (Results 1 – 25 of 28) sorted by relevance

12

/external/opencv3/modules/imgproc/test/
Dtest_cvtyuv.cpp7 #undef YUV
9 typedef Vec3b YUV; typedef
23 virtual YUV read(const Mat& yuv, int row, int col) = 0;
74 virtual void write(Mat& yuv, int row, int col, const YUV& val) = 0;
135 void write(Mat& yuv, int row, int col, const YUV& val) in write()
150 void write(Mat& yuv, int row, int col, const YUV& val) in write()
178 YUV read(const Mat& yuv, int row, int col) in read()
184 return YUV(y, u, v); in read()
191 YUV read(const Mat& yuv, int row, int col) in read()
197 return YUV(y, u, v); in read()
[all …]
/external/opencv3/modules/cudev/test/
Dtest_color_cvt.cu104 CVT_COLOR_TEST(RGB, YUV, 3, 3)
105 CVT_COLOR_TEST(BGR, YUV, 3, 3)
107 CVT_COLOR_TEST(YUV, RGB, 3, 3)
108 CVT_COLOR_TEST(YUV, BGR, 3, 3)
/external/libvpx/libvpx/third_party/libyuv/
DREADME.libvpx8 libyuv is an open source project that includes YUV conversion and scaling
/external/mesa3d/docs/
DWL_bind_wayland_display.spec99 YUV formats. Depending on the exact YUV format in use, the
/external/libjpeg-turbo/
DChangeLog.txt202 -- YUV planar images can now be generated with an arbitrary line padding
205 -- The decompress-to-YUV function has been extended to support image scaling.
206 -- JPEG images can now be compressed from YUV planar source images.
207 -- YUV planar images can now be decoded into RGB or grayscale images.
213 destination images. Conversion between CMYK/YCCK and RGB or YUV images is not
216 -- The handling of YUV images in the Java API has been significantly refactored
218 -- The Java API now supports encoding a YUV image from an arbitrary position in
220 -- All of the YUV functions now have a corresponding function that operates on
223 YUV image. It also allows for handling YUV formats that swap the order of the
304 high-frequency YUV data into the compressor), it was reproducible only once in
[all …]
DREADME-turbo.txt45 API, such as generating planar YUV images and performing multiple
DBUILDING.txt872 extensions, YUV encoding, decompression scaling, and other features of the
/external/opencv3/doc/tutorials/ios/video_processing/
Dvideo_processing.markdown112 The property grayscale=YES results in a different colorspace, namely "YUV (YpCbCr 4:2:0)", while
202 When you are working on grayscale data, turn set grayscale = YES as the YUV colorspace gives you
/external/autotest/client/deps/glbench/src/
Dyuv2rgb_3.glslf33 * This is a planar YUV to RGB conversion shader that uses separate samplers to
Dyuv2rgb_4.glslf33 * This is a semiplanar YUV to RGB conversion shader that uses separate
Dyuv2rgb_2.glslf33 * This is an optimized version of the YUV to RGB conversion shader. This
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_parse.py41 YUV = 'yuv' variable
Du_format.csv140 # YUV formats
/external/mesa3d/src/gallium/state_trackers/xa/
DREADME51 3) YUV blits for textured Xv.
/external/webrtc/webrtc/modules/video_processing/test/
DcreateTable.m60 % Conversion matrix from normalized YUV to RGB
/external/webrtc/webrtc/modules/video_render/ios/
Dopen_gles20.mm36 // Do YUV to RGB565 conversion.
/external/webp/
DREADME170 -s <int> <int> ......... input size (width x height) for YUV
272 -pgm ......... save the raw YUV samples as a grayscale PGM
274 -yuv ......... save the raw YUV samples in flat layout
/external/opencv3/doc/tutorials/core/interoperability_with_OpenCV_1/
Dinteroperability_with_OpenCV_1.markdown105 to the YUV color space and then split the result up into separate planes. Here the program splits:
/external/webrtc/webrtc/api/objc/
DRTCOpenGLVideoRenderer.mm59 // Fragment shader converts YUV values from input textures into a final RGB
/external/webrtc/talk/app/webrtc/objc/
DRTCOpenGLVideoRenderer.mm80 // Fragment shader converts YUV values from input textures into a final RGB
/external/libvpx/libvpx/
DCHANGELOG30 YUV 4:2:2 and 4:4:4 support in VP9
35 Fixes a VP9 bitstream issue in Profile 1. This only affected non-YUV 4:2:0
/external/opencv3/modules/videoio/src/
Dcap_ios_video_camera.mm281 …// In grayscale mode we want YUV (YpCbCr 4:2:0) so we can directly access the graylevel intensity …
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_nsopengl.mm223 // YUV.
/external/opencv3/modules/imgproc/src/opencl/
Dcvtcolor.cl202 ///////////////////////////////////// RGB <-> YUV //////////////////////////////////////
/external/libvncserver/
DChangeLog1092 compression/decompression code and not the lossless transform, YUV
1110 TurboJPEG 1.2, such as YUV encoding/decoding and lossless

12