Searched refs:alpha_dithering_ (Results 1 – 3 of 3) sorted by relevance
200 dec->alpha_dithering_ = 0; // disable dithering in VP8DecompressAlphaRows()213 if (dec->alpha_dithering_ > 0) { in VP8DecompressAlphaRows()219 width, dec->alpha_dithering_)) { in VP8DecompressAlphaRows()
352 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()
264 int alpha_dithering_; // derived from decoding options (0=off, 100=full) member