Home
last modified time | relevance | path

Searched refs:monochrome (Results 1 – 25 of 89) sorted by relevance

1234

/external/libaom/libaom/common/
Dy4menc.c84 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()
Dav1_config.c168 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()
Dy4menc.h26 const struct AvxRational *framerate, int monochrome,
Dtools_common.c456 img_shifted->monochrome = img->monochrome; in aom_shift_img()
461 img_shifted->monochrome = img->monochrome; in aom_shift_img()
Dav1_config.h57 uint8_t monochrome; member
Drawenc.c75 if (img->monochrome && plane != AOM_PLANE_Y) { in raw_write_image_file_or_md5()
/external/libaom/libaom/examples/
Dencoder_util.c44 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/
Dav1_iface_common.h42 img->monochrome = yv12->monochrome; in yuvconfig2image()
108 yv12->monochrome = img->monochrome; in image2yuvconfig()
/external/libaom/libaom/test/
Dmonochrome_test.cc51 EXPECT_EQ(img.monochrome, 1); in DecompressedFrameHook()
114 cfg_.monochrome = 1; in TEST_P()
Dtest_vector_test.cc79 img_shifted->monochrome = img.monochrome; in DecompressedFrameHook()
Dencode_test_driver.cc141 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()
Dav1_config_test.cc62 EXPECT_EQ(0, av1_config.monochrome); in VerifyAv1c()
Dexternal_frame_buffer_test.cc252 img_shifted->monochrome = img.monochrome; in DecompressedFrameHook()
/external/libgav1/libgav1/examples/
Dfile_writer.cc71 const bool monochrome = in GetY4mColorSpaceString() local
73 if (!monochrome) color_space_string += "p"; in GetY4mColorSpaceString()
/external/python/cpython2/Doc/library/
Dimageop.rst59 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/freetype/src/raster/
Dmodule.mk20 $(ECHO_DRIVER)raster $(ECHO_DRIVER_DESC)monochrome bitmap renderer$(ECHO_DRIVER_DONE)
/external/mesa3d/docs/
Dperf.rst19 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++/
DOptions.h147 void monochrome(const bool monochromeFlag_);
148 bool monochrome(void) const;
/external/ImageMagick/Magick++/tests/
Dattributes.cpp994 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/libaom/libaom/aom_scale/
Dyv12config.h100 uint8_t monochrome; member
/external/ImageMagick/scripts/
Dxsnap172 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/apps/
Daomdec.c832 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()
/external/libaom/libaom/aom/
Daom_encoder.h807 unsigned int monochrome; member
Daom_image.h176 int monochrome; /**< Whether image is monochrome */ member
/external/ImageMagick/Magick++/lib/
DOptions.cpp415 void Magick::Options::monochrome(const bool monochromeFlag_) in monochrome() function in Magick::Options
417 _imageInfo->monochrome=(MagickBooleanType) monochromeFlag_; in monochrome()
420 bool Magick::Options::monochrome(void) const in monochrome() function in Magick::Options
422 return(static_cast<bool>(_imageInfo->monochrome)); in monochrome()

1234