HomeSort by relevance Sort by last modified time
    Searched refs:alpha_dithering_ (Results 1 - 3 of 3) sorted by null

  /external/webp/src/dec/
alpha.c 142 dec->alpha_dithering_ = 0; // disable dithering
152 if (ok && dec->alpha_dithering_ > 0) {
154 dec->alpha_dithering_);
vp8i.h 300 int alpha_dithering_; // derived from decoding options (0=off, 100=full). member in struct:VP8Decoder
frame.c 182 dec->alpha_dithering_ = options->alpha_dithering_strength;
183 if (dec->alpha_dithering_ > 100) {
184 dec->alpha_dithering_ = 100;
185 } else if (dec->alpha_dithering_ < 0) {
186 dec->alpha_dithering_ = 0;

Completed in 41 milliseconds