/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
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()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
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()
|
/third_party/openGLES/extensions/MESA/ |
D | MESA_bgra.txt | 37 with internal formats to include BGRA and BGR as acceptable formats 72 BGR UNSIGNED_BYTE 3 RGB
|
/third_party/mesa3d/docs/_extra/specs/ |
D | MESA_bgra.txt | 37 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/ |
D | ml_face_mnet_image_posttraining.config | 12 # Supports RGB or GRAY or BGR
|
/third_party/mindspore/mindspore/lite/tools/converter/preprocess/ |
D | preprocess_param.h | 26 enum ImageToFormat { RGB, GRAY, BGR, IMAGE_TO_FORMAT_MAX }; enumerator
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | image_enc.h | 41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
|
/third_party/flutter/skia/third_party/externals/libwebp/imageio/ |
D | image_enc.h | 41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
|
/third_party/flutter/skia/third_party/externals/libwebp/examples/ |
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()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | dwebp.c | 131 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/ |
D | full_quant.cfg | 23 # Supports RGB or GRAY or BGR
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_pack_reverse_row_order.txt | 98 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/ |
D | ANGLE_pack_reverse_row_order.txt | 98 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/ |
D | ANGLE_pack_reverse_row_order.txt | 98 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/ |
D | ANGLE_pack_reverse_row_order.txt | 98 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/ |
D | s_write.dfa | 29 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
|
D | simple.dfa | 30 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
|
/third_party/skia/third_party/externals/libpng/contrib/conftest/ |
D | s_write.dfa | 29 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
|
D | simple.dfa | 30 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/conftest/ |
D | s_write.dfa | 29 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
|
D | simple.dfa | 30 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
|
/third_party/openGLES/extensions/NV/ |
D | NV_bgr.txt | 43 and reading pixels. Specifically, it adds color formats with BGR
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_bgr.txt | 43 and reading pixels. Specifically, it adds color formats with BGR
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | examples.rst.txt | 17 …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/ |
D | examples.rst | 17 …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:
|