Home
last modified time | relevance | path

Searched refs:monochrome (Results 1 – 25 of 76) 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()
Dtools_common.c456 img_shifted->monochrome = img->monochrome; in aom_shift_img()
461 img_shifted->monochrome = img->monochrome; in aom_shift_img()
Dy4menc.h26 const struct AvxRational *framerate, int monochrome,
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.h40 img->monochrome = yv12->monochrome; in yuvconfig2image()
103 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.cc78 img_shifted->monochrome = img.monochrome; in DecompressedFrameHook()
Dencode_test_driver.cc137 img1->d_h != img2->d_h || img1->monochrome != img2->monochrome) { in compare_img()
143 const int num_planes = img1->monochrome ? 1 : 3; in compare_img()
Dexternal_frame_buffer_test.cc254 img_shifted->monochrome = img.monochrome; in DecompressedFrameHook()
Dav1_config_test.cc62 EXPECT_EQ(0, av1_config.monochrome); in VerifyAv1c()
Dy4m_test.cc152 img()->monochrome, img()->csp, y4m_.aom_fmt, in WriteY4mAndReadBack()
/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/ImageMagick/Magick++/lib/Magick++/
DOptions.h147 void monochrome(const bool monochromeFlag_);
148 bool monochrome(void) const;
/external/ImageMagick/Magick++/tests/
Dattributes.cpp991 if ( image.monochrome() != false ) in main()
999 image.monochrome(true); in main()
1000 if ( image.monochrome() != true ) in main()
1005 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/aom/
Daom_image.h146 int monochrome; /**< Whether image is monochrome */ member
Daom_encoder.h666 unsigned int monochrome; member
/external/libaom/libaom/apps/
Daomdec.c833 scaled_img->monochrome = img->monochrome; in main_loop()
866 int num_planes = (opt_raw && img->monochrome) ? 1 : 3; in main_loop()
876 img->monochrome, img->csp, img->fmt, img->bit_depth); in main_loop()
/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()
/external/freetype/builds/amiga/
Dsmakefile25 #define FT_USE_RASTER // monochrome rasterizer
185 # freetype library monochrome raster module

1234