Home
last modified time | relevance | path

Searched refs:BGR (Results 1 – 25 of 132) sorted by relevance

123456

/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
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()
/third_party/skia/third_party/externals/libwebp/src/dsp/
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()
/third_party/openGLES/extensions/MESA/
DMESA_bgra.txt37 with internal formats to include BGRA and BGR as acceptable formats
72 BGR UNSIGNED_BYTE 3 RGB
/third_party/mesa3d/docs/_extra/specs/
DMESA_bgra.txt37 with internal formats to include BGRA and BGR as acceptable formats
72 BGR UNSIGNED_BYTE 3 RGB
/third_party/mindspore/mindspore/lite/test/config/quant/
Dml_face_mnet_image_posttraining.config12 # Supports RGB or GRAY or BGR
/third_party/mindspore/mindspore/lite/tools/converter/preprocess/
Dpreprocess_param.h26 enum ImageToFormat { RGB, GRAY, BGR, IMAGE_TO_FORMAT_MAX }; enumerator
/third_party/skia/third_party/externals/libwebp/imageio/
Dimage_enc.h41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dimage_enc.h41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
/third_party/flutter/skia/third_party/externals/libwebp/examples/
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()
/third_party/skia/third_party/externals/libwebp/examples/
Ddwebp.c131 const int bpp = (format == RGB || format == BGR) ? 3 in AllocateExternalBuffer()
239 else if (!strcmp(fmt, "BGR")) format = BGR; in main()
352 case BGR: output_buffer->colorspace = MODE_BGR; break; in main()
/third_party/mindspore/mindspore/lite/tools/converter/quantizer/config/
Dfull_quant.cfg23 # Supports RGB or GRAY or BGR
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_pack_reverse_row_order.txt98 Likewise if the format is RG, RGB, or BGR, only the corresponding two or
119 -Delete all references to formats RED, GREEN, BLUE, RG, and BGR.
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DANGLE_pack_reverse_row_order.txt98 Likewise if the format is RG, RGB, or BGR, only the corresponding two or
119 -Delete all references to formats RED, GREEN, BLUE, RG, and BGR.
/third_party/skia/third_party/externals/opengl-registry/extensions/ANGLE/
DANGLE_pack_reverse_row_order.txt98 Likewise if the format is RG, RGB, or BGR, only the corresponding two or
119 -Delete all references to formats RED, GREEN, BLUE, RG, and BGR.
/third_party/openGLES/extensions/ANGLE/
DANGLE_pack_reverse_row_order.txt98 Likewise if the format is RG, RGB, or BGR, only the corresponding two or
119 -Delete all references to formats RED, GREEN, BLUE, RG, and BGR.
/third_party/libpng/contrib/conftest/
Ds_write.dfa29 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
Dsimple.dfa30 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
/third_party/skia/third_party/externals/libpng/contrib/conftest/
Ds_write.dfa29 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
Dsimple.dfa30 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
/third_party/flutter/skia/third_party/externals/libpng/contrib/conftest/
Ds_write.dfa29 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
Dsimple.dfa30 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
/third_party/openGLES/extensions/NV/
DNV_bgr.txt43 and reading pixels. Specifically, it adds color formats with BGR
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_bgr.txt43 and reading pixels. Specifically, it adds color formats with BGR
/third_party/boost/libs/gil/doc/html/_sources/design/
Dexamples.rst.txt17 …bgr8_pixel_t p2 = p1; // RGB and BGR are compatible and the channels will be properly mapp…
30 …=rgb8_pixel_t(1,2,3); // planar/interleaved references and values to RGB/BGR can be freely mixed
64 // converting gray l-value to RGB and storing at (5,5) in a 16-bit BGR interleaved image:
/third_party/boost/libs/gil/doc/design/
Dexamples.rst17 …bgr8_pixel_t p2 = p1; // RGB and BGR are compatible and the channels will be properly mapp…
30 …=rgb8_pixel_t(1,2,3); // planar/interleaved references and values to RGB/BGR can be freely mixed
64 // converting gray l-value to RGB and storing at (5,5) in a 16-bit BGR interleaved image:

123456