Home
last modified time | relevance | path

Searched refs:dither_ (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8i_dec.h141 int dither_; // dithering amplitude (0 = off, max=255) member
159 uint8_t dither_; // local dithering strength (deduced from non_zero_*) member
217 int dither_; // whether to use dithering or not member
Dframe_dec.c342 dqm->dither_ = (f * kQuantToDitherAmp[idx]) >> 3; in VP8InitDithering()
344 all_amp |= dqm->dither_; in VP8InitDithering()
348 dec->dither_ = 1; in VP8InitDithering()
373 assert(dec->dither_); in DitherRow()
379 if (data->dither_ >= MIN_DITHER_AMP) { in DitherRow()
382 Dither8x8(&dec->dithering_rg_, u_dst, uv_bps, data->dither_); in DitherRow()
383 Dither8x8(&dec->dithering_rg_, v_dst, uv_bps, data->dither_); in DitherRow()
428 if (dec->dither_) { in FinishRow()
Dvp8_dec.c597 block->dither_ = (non_zero_uv & 0xaaaa) ? 0 : q->dither_; in ParseResiduals()
620 block->dither_ = 0; in VP8DecodeMB()
/third_party/skia/third_party/externals/libwebp/
DChangeLog1749 be0fd1d5 Merge "dec/vp8: clear 'dither_' on skipped blocks"
1753 66935fb9 dec/vp8: clear 'dither_' on skipped blocks