OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emit_alpha
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/dec/
webpi.h
54
OutputFunc
emit_alpha
; // output alpha channel
member in struct:WebPDecParams
io.c
588
p->
emit_alpha
= EmitRescaledAlphaYUV;
723
p->
emit_alpha
= EmitRescaledAlphaRGB;
790
p->
emit_alpha
= NULL;
823
p->
emit_alpha
= is_rgb ? EmitAlphaRGB : EmitAlphaYUV;
847
if (p->
emit_alpha
) {
848
p->
emit_alpha
(io, p);
[
all
...]
Completed in 30 milliseconds