Searched refs:bgr8 (Results 1 – 19 of 19) sorted by relevance
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | pixel.rst.txt | 148 bgr8_pixel_t bgr8(255,0,0); // pixels can be initialized with the channels directly 149 rgb8_pixel_t rgb8(bgr8); // compatible pixels can also be copy-constructed 151 rgb8 = bgr8; // assignment and equality is defined between compatible pixels 152 assert(rgb8 == bgr8); // assignment and equality operate on the semantic channels 155 assert(at_c<0>(rgb8) != at_c<0>(bgr8)); 156 assert(dynamic_at_c(bgr8,0) != dynamic_at_c(rgb8,0)); 157 assert(rgb8[0] != bgr8[0]); // same as above (but operator[] is defined for pixels only) 246 assert(semantic_at_c<0>(rgb8) == semantic_at_c<0>(bgr8)); 249 assert(get_color<red_t>(rgb8) == get_color<red_t>(bgr8)); 252 assert(get_color(rgb8,red_t()) == get_color(bgr8,red_t())); [all …]
|
/third_party/boost/libs/gil/doc/design/ |
D | pixel.rst | 148 bgr8_pixel_t bgr8(255,0,0); // pixels can be initialized with the channels directly 149 rgb8_pixel_t rgb8(bgr8); // compatible pixels can also be copy-constructed 151 rgb8 = bgr8; // assignment and equality is defined between compatible pixels 152 assert(rgb8 == bgr8); // assignment and equality operate on the semantic channels 155 assert(at_c<0>(rgb8) != at_c<0>(bgr8)); 156 assert(dynamic_at_c(bgr8,0) != dynamic_at_c(rgb8,0)); 157 assert(rgb8[0] != bgr8[0]); // same as above (but operator[] is defined for pixels only) 246 assert(semantic_at_c<0>(rgb8) == semantic_at_c<0>(bgr8)); 249 assert(get_color<red_t>(rgb8) == get_color<red_t>(bgr8)); 252 assert(get_color(rgb8,red_t()) == get_color(bgr8,red_t())); [all …]
|
/third_party/boost/libs/gil/test/legacy/ |
D | pixel.cpp | 290 bgr8_pixel_t bgr8(rgb8); in test_pixel() local 291 error_if(bgr8[0] == rgb8[0]); in test_pixel() 292 error_if(dynamic_at_c(bgr8,0) == dynamic_at_c(rgb8,0)); in test_pixel() 293 error_if(gil::at_c<0>(bgr8) == gil::at_c<0>(rgb8)); in test_pixel() 294 error_if(semantic_at_c<0>(bgr8) != semantic_at_c<0>(rgb8)); in test_pixel() 295 error_if(get_color(bgr8,blue_t()) != get_color(rgb8,blue_t())); in test_pixel()
|
/third_party/ffmpeg/tests/ref/fate/ |
D | sws-pixdesc-query | 400 bgr8 497 bgr8 546 bgr8 674 bgr8 845 bgr8 894 bgr8
|
D | filter-pixdesc-bgr8 | 1 pixdesc-bgr8 0abb130e5224af5e2e10149f1680fa2e
|
D | filter-pixfmts-transpose | 17 bgr8 b6ee15f70989d2f52f184e32b3af2c18
|
D | filter-pixfmts-fieldorder | 17 bgr8 cfc405aaf0162b4edfe9b3e047c5624d
|
D | filter-pixfmts-crop | 17 bgr8 142275ecc024d3f7b66c168ac2279ae2
|
D | filter-pixfmts-hflip | 17 bgr8 67fb3fd116f0c0eb36d8ed03bdfbb0a6
|
D | filter-pixfmts-copy | 17 bgr8 898a66734bda0572dfab1edd8239f6a2
|
D | filter-pixfmts-null | 17 bgr8 898a66734bda0572dfab1edd8239f6a2
|
D | filter-pixfmts-field | 17 bgr8 47b2118262ad932cacf731cb66905ffd
|
D | filter-pixfmts-scale | 17 bgr8 2c57e76ccf04d51de6acafcf35d6fa70
|
D | filter-pixfmts-vflip | 17 bgr8 f2e4aabfe9e6039beb1f2b8c43c83e3c
|
D | filter-pixfmts-il | 17 bgr8 ef01593604512621b3d175f8b6c2ec9e
|
D | imgutils | 74 bgr8 planes: 2, linesizes: 64 0 0 0, plane_sizes: 3072 1024 0 0, plane_…
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_derived.c | 179 boolean bgr8; in check_linear_rasterizer() local 184 bgr8 = (lp->framebuffer.nr_cbufs == 1 && lp->framebuffer.cbufs[0] && in check_linear_rasterizer() 194 bgr8 && in check_linear_rasterizer()
|
/third_party/ffmpeg/tests/fate/ |
D | gif.mak | 21 FATE_GIF_ENC_PIXFMT = rgb8 bgr8 rgb4_byte bgr4_byte gray pal8
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …32_pixel_t:13,bgr232_ptr_t:13,bgr232_ref_t:13,bgr556:13,bgr556_pixel_t:13,bgr8:13,bgr8_image_t:[12… property
|