/external/libvpx/libvpx/test/ |
D | stress.sh | 18 YUV="${LIBVPX_TEST_DATA_PATH}/niklas_1280_720_30.yuv" 53 for file in "${YUV}" "${VP8}" "${VP9}"; do 58 if [ ! -e "${YUV}" ] || [ ! -e "${VP8}" ] || [ ! -e "${VP9}" ] ; then 94 "${YUV}" "-t ${threads} --limit=150 --test-decode=fatal --passes=1" \ 104 "${YUV}" "-t ${threads} --limit=150 --test-decode=fatal --passes=2" \ 114 "${YUV}" "-t ${threads} --limit=150 --test-decode=fatal " \
|
/external/libyuv/files/ |
D | README.md | 1 **libyuv** is an open source project that includes YUV scaling and conversion functionality. 3 * Scale YUV to prepare content for compression, with point, bilinear or box filter. 4 * Convert to YUV from webcam formats. 5 * Convert from YUV to formats for rendering/effects.
|
D | CM_linux_packages.cmake | 60 SET ( CPACK_PACKAGE_DESCRIPTION_SUMMARY "YUV library" ) 61 SET ( CPACK_PACKAGE_DESCRIPTION "YUV library and YUV conversion tool" )
|
D | README.chromium | 8 libyuv is an open source project that includes YUV conversion and scaling functionality.
|
D | CMakeLists.txt | 5 PROJECT ( YUV C CXX ) # "C" is required even for C++ projects project
|
D | libyuv_test.gyp | 82 # YUV to RGB to Neon is ported.
|
/external/python/cpython2/Lib/plat-irix5/ |
D | CL_old.py | 36 YUV = 5 variable 48 if s in (MONO, YUV): 56 if f in (RGB, YUV): 84 elif f == YUV:
|
D | jpeg.py | 30 iformat = cl.YUV
|
/external/libyuv/files/docs/ |
D | formats.md | 7 There are 2 core formats supported by libyuv - I420 and ARGB. All YUV formats can be converted to/… 40 // 8 Primary YUV formats: 5 planar, 2 biplanar, 2 packed. 50 // 1 Secondary YUV formats: row biplanar. 70 // 1 Primary Compressed YUV format. 73 // 5 Auxiliary YUV variations: 3 with U and V planes are swapped, 1 Alias. 100 // 1 Auxiliary compressed YUV format set aside for capturer. 103 # Planar YUV
|
D | rotation.md | 61 For other planar YUV formats (I444, I422, I411, I400, NV16, NV24), the planar functions are exposed…
|
/external/mesa3d/docs/specs/ |
D | WL_bind_wayland_display.spec | 105 YUV formats. Depending on the exact YUV format in use, the
|
D | MESA_image_dma_buf_export.txt | 44 YUV image, from an EGLImage.
|
/external/libvpx/libvpx/third_party/libyuv/ |
D | README.libvpx | 8 libyuv is an open source project that includes YUV conversion and scaling
|
/external/ImageMagick/tests/ |
D | cli-colorspace.tap | 117 test_color YUV sRGB && echo "ok" || echo "not ok"
|
/external/mesa3d/src/mesa/main/ |
D | format_parser.py | 40 YUV = 'yuv' variable 258 assert colorspace in (RGB, SRGB, YUV, ZS)
|
/external/python/cpython2/Lib/plat-irix6/ |
D | jpeg.py | 30 iformat = cl.YUV
|
/external/autotest/client/deps/glbench/src/ |
D | yuv2rgb_4.glslf | 33 * This is a semiplanar YUV to RGB conversion shader that uses separate
|
D | yuv2rgb_3.glslf | 33 * This is a planar YUV to RGB conversion shader that uses separate samplers to
|
D | yuv2rgb_2.glslf | 33 * This is an optimized version of the YUV to RGB conversion shader. This
|
/external/mesa3d/src/gallium/docs/source/ |
D | format.rst | 60 FOURCC codes for YUV formats:
|
/external/libjpeg-turbo/ |
D | ChangeLog.md | 436 - YUV planar images can now be generated with an arbitrary line padding 439 - The decompress-to-YUV function has been extended to support image 441 - JPEG images can now be compressed from YUV planar source images. 442 - YUV planar images can now be decoded into RGB or grayscale images. 448 CMYK destination images. Conversion between CMYK/YCCK and RGB or YUV images is 451 - The handling of YUV images in the Java API has been significantly 453 - The Java API now supports encoding a YUV image from an arbitrary 455 - All of the YUV functions now have a corresponding function that operates 458 YUV image. It also allows for handling YUV formats that swap the order of the 539 high-frequency YUV data into the compressor), it was reproducible only once in [all …]
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | README | 51 3) YUV blits for textured Xv.
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_parse.py | 41 YUV = 'yuv' variable
|
/external/webrtc/webrtc/modules/video_processing/test/ |
D | createTable.m | 60 % Conversion matrix from normalized YUV to RGB
|
/external/mesa3d/src/amd/vulkan/ |
D | vk_format_parse.py | 42 YUV = 'yuv' variable
|