OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_alpha_
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/enc/
alpha.c
80
enc->
has_alpha_
= (enc->pic_->a != NULL);
91
if (enc->
has_alpha_
) {
109
enc->
has_alpha_
= 0;
syntax.c
188
assert(enc->
has_alpha_
);
210
const int need_extensions = enc->
has_alpha_
|| enc->use_layer_;
vp8enci.h
333
int
has_alpha_
;
member in struct:VP8Encoder
frame.c
591
if (enc->
has_alpha_
) {
Completed in 70 milliseconds