Home
last modified time | relevance | path

Searched refs:alpha_dithering_ (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dec/
Dalpha_dec.c200 dec->alpha_dithering_ = 0; // disable dithering in VP8DecompressAlphaRows()
213 if (dec->alpha_dithering_ > 0) { in VP8DecompressAlphaRows()
219 width, dec->alpha_dithering_)) { in VP8DecompressAlphaRows()
Dframe_dec.c352 dec->alpha_dithering_ = options->alpha_dithering_strength; in VP8InitDithering()
353 if (dec->alpha_dithering_ > 100) { in VP8InitDithering()
354 dec->alpha_dithering_ = 100; in VP8InitDithering()
355 } else if (dec->alpha_dithering_ < 0) { in VP8InitDithering()
356 dec->alpha_dithering_ = 0; in VP8InitDithering()
Dvp8i_dec.h264 int alpha_dithering_; // derived from decoding options (0=off, 100=full) member