/external/libaom/libaom/common/ |
D | y4menc.c | 84 const struct AvxRational *framerate, int monochrome, in y4m_write_file_header() argument 87 const char *color = monochrome ? monochrome_colorspace(bit_depth) in y4m_write_file_header() 99 int num_planes = img->monochrome ? 1 : 3; in y4m_write_image_file() 105 int num_planes = img->monochrome ? 1 : 3; in y4m_update_image_md5()
|
D | av1_config.c | 168 config->monochrome = mono_chrome; in parse_color_config() 185 if (config->monochrome) { in parse_color_config() 224 if (!config->monochrome) { in parse_color_config() 447 AV1C_READ_BIT_OR_RETURN_ERROR(monochrome); in read_av1config() 448 config->monochrome = monochrome; in read_av1config() 490 aom_wb_write_bit(&writer, config->monochrome); in write_av1config()
|
D | y4menc.h | 26 const struct AvxRational *framerate, int monochrome,
|
D | av1_config.h | 57 uint8_t monochrome; member
|
D | tools_common.c | 456 img_shifted->monochrome = img->monochrome; in aom_shift_img() 461 img_shifted->monochrome = img->monochrome; in aom_shift_img()
|
D | rawenc.c | 75 if (img->monochrome && plane != AOM_PLANE_Y) { in raw_write_image_file_or_md5()
|
/external/libaom/libaom/examples/ |
D | encoder_util.c | 44 if (img1->monochrome && img2->monochrome && plane) return; in find_mismatch_plane() 106 assert(img1->monochrome == img2->monochrome); in aom_compare_img() 108 int num_planes = img1->monochrome ? 1 : 3; in aom_compare_img()
|
/external/libaom/libaom/av1/ |
D | av1_iface_common.h | 42 img->monochrome = yv12->monochrome; in yuvconfig2image() 108 yv12->monochrome = img->monochrome; in image2yuvconfig()
|
/external/libaom/libaom/test/ |
D | monochrome_test.cc | 51 EXPECT_EQ(img.monochrome, 1); in DecompressedFrameHook() 114 cfg_.monochrome = 1; in TEST_P()
|
D | test_vector_test.cc | 79 img_shifted->monochrome = img.monochrome; in DecompressedFrameHook()
|
D | encode_test_driver.cc | 141 img1->d_h != img2->d_h || img1->monochrome != img2->monochrome) { in compare_img() 147 const int num_planes = img1->monochrome ? 1 : 3; in compare_img()
|
D | av1_config_test.cc | 62 EXPECT_EQ(0, av1_config.monochrome); in VerifyAv1c()
|
D | y4m_test.cc | 152 img()->monochrome, img()->csp, y4m_.aom_fmt, in WriteY4mAndReadBack()
|
D | external_frame_buffer_test.cc | 252 img_shifted->monochrome = img.monochrome; in DecompressedFrameHook()
|
/external/libgav1/libgav1/examples/ |
D | file_writer.cc | 71 const bool monochrome = in GetY4mColorSpaceString() local 73 if (!monochrome) color_space_string += "p"; in GetY4mColorSpaceString()
|
/external/freetype/src/raster/ |
D | module.mk | 20 $(ECHO_DRIVER)raster $(ECHO_DRIVER_DESC)monochrome bitmap renderer$(ECHO_DRIVER_DONE)
|
/external/python/cpython2/Doc/library/ |
D | imageop.rst | 59 Convert an 8-bit greyscale image to a 1-bit monochrome image using a 65 Convert a 1-bit monochrome image to an 8 bit greyscale or color image. All 67 input pixels get value *p1* on output. To convert a monochrome black-and-white
|
/external/mesa3d/docs/ |
D | perf.rst | 19 buffer which is an XImage RGB mode, not grayscale, not monochrome 24 which is an XImage RGB mode, not grayscale, not monochrome depth
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Options.h | 147 void monochrome(const bool monochromeFlag_); 148 bool monochrome(void) const;
|
/external/libaom/libaom/aom_scale/ |
D | yv12config.h | 100 uint8_t monochrome; member
|
/external/ImageMagick/Magick++/tests/ |
D | attributes.cpp | 994 if ( image.monochrome() != false ) in main() 1002 image.monochrome(true); in main() 1003 if ( image.monochrome() != true ) in main() 1008 image.monochrome(false); in main()
|
/external/ImageMagick/scripts/ |
D | xsnap | 172 checkbutton .options.processing.checks.monochrome -text "Monochrome" \ 173 -width 11 -anchor w -variable snap(monochrome) 177 .options.processing.checks.monochrome .options.processing.checks.trim \
|
/external/libaom/libaom/aom/ |
D | aom_encoder.h | 807 unsigned int monochrome; member
|
D | aom_image.h | 176 int monochrome; /**< Whether image is monochrome */ member
|
/external/libaom/libaom/apps/ |
D | aomdec.c | 832 scaled_img->monochrome = img->monochrome; in main_loop() 865 int num_planes = (opt_raw && img->monochrome) ? 1 : 3; in main_loop() 875 img->monochrome, img->csp, img->fmt, img->bit_depth); in main_loop()
|