OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alpha_dithering_
(Results
1 - 3
of
3
) sorted by null
/external/webp/src/dec/
alpha_dec.c
200
dec->
alpha_dithering_
= 0; // disable dithering
213
if (dec->
alpha_dithering_
> 0) {
219
width, dec->
alpha_dithering_
)) {
vp8i_dec.h
264
int
alpha_dithering_
; // derived from decoding options (0=off, 100=full)
member in struct:VP8Decoder
frame_dec.c
352
dec->
alpha_dithering_
= options->alpha_dithering_strength;
353
if (dec->
alpha_dithering_
> 100) {
354
dec->
alpha_dithering_
= 100;
355
} else if (dec->
alpha_dithering_
< 0) {
356
dec->
alpha_dithering_
= 0;
Completed in 147 milliseconds