Searched defs:dither_ (Results 1 - 3 of 3) sorted by relevance

/external/webp/src/dec/
H A Dvp8i_dec.h142 int dither_; // dithering amplitude (0 = off, max=255) member in struct:__anon24187
160 uint8_t dither_; // local dithering strength (deduced from non_zero_*) member in struct:__anon24188
218 int dither_; // whether to use dithering or not member in struct:VP8Decoder
/external/ImageMagick/Magick++/lib/Magick++/
H A DSTL.h697 const bool dither_ = false );
2387 // Set dither_ to true to enable dithering. Set measureError_ to
2391 const Image& mapImage_,bool dither_=false,bool measureError_=false)
2403 quantizeInfo.dither_method = dither_ ? MagickCore::RiemersmaDitherMethod :
2390 mapImages(InputIterator first_,InputIterator last_, const Image& mapImage_,bool dither_=false,bool measureError_=false) argument
/external/ImageMagick/Magick++/lib/
H A DImage.cpp3505 void Magick::Image::map(const Image &mapImage_,const bool dither_) argument
3509 options()->quantizeDither(dither_);

Completed in 147 milliseconds