Searched refs:YUV (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-directfb.md | 6 - Hardware YUV overlays 38 To use hardware accelerated YUV-overlays for YUV-textures, use: 43 YUV texture, namely the first. Every other YUV texture will be 50 to make the YUV texture an underlay. This will make the cursor to
|
/AliOS-Things-master/components/SDL2/src/video/yuv2rgb/ |
A D | README.md | 10 The library also supports the three different YUV (YCrCb to be correct) color spaces that exist (se… 12 There is a simple test program, that convert a raw YUV file to rgb ppm format, and measure computat… 22 The test program only support raw YUV files for the YUV420 format, and ppm for the RGB24 format. 35 …e image width and height (that are needed because not available in the raw YUV file), and fourth p…
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | image_enc.h | 44 YUV, YUVA enumerator
|
A D | image_enc.c | 595 } else if (format == PGM || format == YUV || format == YUVA) { in WebPSaveImage()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | dwebp.c | 147 assert(format >= YUV && format <= YUVA); in AllocateExternalBuffer() 247 else if (!strcmp(fmt, "YUV")) format = YUV; in main() 360 case YUV: output_buffer->colorspace = MODE_YUV; break; in main()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | README | 247 -s <int> <int> ......... input size (width x height) for YUV 253 -sharp_yuv ............. use sharper (and slower) RGB->YUV conversion 350 -pgm ......... save the raw YUV samples as a grayscale PGM 352 -yuv ......... save the raw YUV samples in flat layout
|
A D | ChangeLog | 802 d3ddacb6 Add MSA optimized YUV to RGB upsampling functions 927 50a48665 Sync mips32 and dsp_r2 YUV->RGB code with C verison 1183 fa8927ef Move ARGB->YUV functions from dec/vp8l.c to dsp/yuv.c 1517 0f027a72 simplify smart RGB->YUV conversion code 1807 e2a83d71 faster RGB->YUV conversion function (~7% speedup) 1808 de2d03e1 Merge "Add smart RGB->YUV conversion option -pre 4" 1809 3fc4c539 Add smart RGB->YUV conversion option -pre 4 2746 126974b4 add LUT-free reference code for YUV->RGB conversion. 3017 c6e98658 Merge "add EXPERIMENTAL code for YUV-JPEG colorspace" 3018 f0360b4f add EXPERIMENTAL code for YUV-JPEG colorspace [all …]
|
A D | NEWS | 89 - note! YUV->RGB conversion was sped-up, but the results will be slightly
|
/AliOS-Things-master/components/SDL2/src/render/metal/ |
A D | SDL_render_metal.m | 386 …MakePipelineCache(data, &pipelines->caches[SDL_METAL_FRAGMENT_YUV], "SDL YUV pipeline", rtformat, … 746 /* TODO: This isn't very efficient for the YUV formats, which call
|
Completed in 15 milliseconds