HomeSort by relevance Sort by last modified time
    Searched full:has_alpha_ (Results 1 - 3 of 3) sorted by null

  /external/webp/src/enc/
syntax.c 37 return !!enc->has_alpha_; // Currently the only case when VP8X is needed.
75 if (enc->has_alpha_) {
95 assert(enc->has_alpha_);
178 if (enc->has_alpha_) {
392 if (enc->has_alpha_) { // Add size for: ALPH header + data.
alpha.c 291 enc->has_alpha_ = WebPPictureHasTransparency(enc->pic_);
297 if (enc->has_alpha_) {
325 enc->has_alpha_ = 0;
vp8enci.h 383 int has_alpha_; member in struct:VP8Encoder

Completed in 239 milliseconds