Home
last modified time | relevance | path

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 Dyuv_neon.c64 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 Dimage_enc.h41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
A Dimage_enc.c585 } else if (format == PPM || format == RGB || format == BGR) { in WebPSaveImage()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Ddwebp.c130 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 Ds_write.dfa29 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
A Dsimple.dfa30 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
A Ds_read.dfa31 # 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 Dtiff2dib.c166 <=> BGR in LoadTIFFinDIB()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dtimepng.c492 OPT(BGR); in main()
A Dpngimage.c194 T(BGR, NONE, C, P, TRUE, RW_BGR),
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME655 There are variants for decoding in BGR/RGBA/ARGB/BGRA order, along with
A DChangeLog2116 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 Dinstall.txt929 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 Dpnglibconf.dfa893 # AFIRST and BGR read options:
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt1144 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