Searched refs:BGR (Results 1 – 15 of 15) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | yuv_neon.c | 64 const uint8x8x3_t BGR = vld3_u8(bgr); in ConvertBGR24ToY_NEON() local 65 const uint8x8_t Y = ConvertRGBToY_NEON(BGR.val[2], BGR.val[1], BGR.val[0]); in ConvertBGR24ToY_NEON()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | image_enc.h | 41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
|
A D | image_enc.c | 585 } else if (format == PPM || format == RGB || format == BGR) { in WebPSaveImage()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | dwebp.c | 130 const int bpp = (format == RGB || format == BGR) ? 3 in AllocateExternalBuffer() 238 else if (!strcmp(fmt, "BGR")) format = BGR; in main() 351 case BGR: output_buffer->colorspace = MODE_BGR; break; in main()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/conftest/ |
A D | s_write.dfa | 29 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
|
A D | simple.dfa | 30 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
|
A D | s_read.dfa | 31 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/ |
A D | tiff2dib.c | 166 <=> BGR in LoadTIFFinDIB()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | timepng.c | 492 OPT(BGR); in main()
|
A D | pngimage.c | 194 T(BGR, NONE, C, P, TRUE, RW_BGR),
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | README | 655 There are variants for decoding in BGR/RGBA/ARGB/BGRA order, along with
|
A D | ChangeLog | 2116 d8467084 Merge "Add SSE2 version of ARGB -> BGR/RGB/... conversion functions" 2119 369c26dd Add SSE2 version of ARGB -> BGR/RGB/... conversion functions
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | install.txt | 929 will accept or deliver color pixels in BGR sample order, not RGB; BGR order
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | pnglibconf.dfa | 893 # AFIRST and BGR read options:
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | libpng-manual.txt | 1144 PNG_TRANSFORM_BGR Flip RGB to BGR, RGBA 3393 PNG_TRANSFORM_BGR Flip RGB to BGR, RGBA 3916 PNG_SIMPLIFIED_{READ,WRITE}_{BGR,AFIRST}_SUPPORTED 3922 PNG_FORMAT_FLAG_BGR BGR colors, else order is RGB
|
Completed in 24 milliseconds