OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dither_
(Results
1 - 7
of
7
) sorted by null
/external/webp/src/dec/
vp8i_dec.h
141
int
dither_
; // dithering amplitude (0 = off, max=255)
member in struct:__anon49421
159
uint8_t
dither_
; // local dithering strength (deduced from non_zero_*)
member in struct:__anon49422
217
int
dither_
; // whether to use dithering or not
member in struct:VP8Decoder
frame_dec.c
342
dqm->
dither_
= (f * kQuantToDitherAmp[idx]) >> 3;
344
all_amp |= dqm->
dither_
;
348
dec->
dither_
= 1;
373
assert(dec->
dither_
);
379
if (data->
dither_
>= MIN_DITHER_AMP) {
382
Dither8x8(&dec->dithering_rg_, u_dst, uv_bps, data->
dither_
);
383
Dither8x8(&dec->dithering_rg_, v_dst, uv_bps, data->
dither_
);
428
if (dec->
dither_
) {
vp8_dec.c
596
block->
dither_
= (non_zero_uv & 0xaaaa) ? 0 : q->
dither_
;
619
block->
dither_
= 0;
/external/ImageMagick/Magick++/lib/Magick++/
STL.h
698
const bool
dither_
= false );
[
all
...]
Image.h
[
all
...]
/external/ImageMagick/Magick++/lib/
STL.cpp
663
const bool
dither_
)
665
_dither(
dither_
)
[
all
...]
Image.cpp
[
all
...]
Completed in 525 milliseconds