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/chromium_org/third_party/libwebp/dec/
webpi.h
43
OutputFunc
emit_alpha
; // output alpha channel
member in struct:WebPDecParams
io.c
357
p->
emit_alpha
= EmitRescaledAlphaYUV;
534
p->
emit_alpha
= EmitRescaledAlphaRGB;
557
p->
emit_alpha
= NULL;
593
p->
emit_alpha
=
623
if (p->
emit_alpha
!= NULL) {
624
p->
emit_alpha
(io, p);
Completed in 2532 milliseconds