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

  /external/webp/src/enc/
syntax.c 25 return !!enc->has_alpha_; // Currently the only case when VP8X is needed.
62 if (enc->has_alpha_) {
82 assert(enc->has_alpha_);
165 if (enc->has_alpha_) {
341 if (enc->has_alpha_) { // Add size for: ALPH header + data.
alpha.c 379 enc->has_alpha_ = WebPPictureHasTransparency(enc->pic_);
392 if (enc->has_alpha_) {
409 if (enc->has_alpha_) {
430 enc->has_alpha_ = 0;
vp8enci.h 424 int has_alpha_; member in struct:VP8Encoder
  /external/webp/src/demux/
demux.c 46 int has_alpha_; member in struct:Frame
225 frame->has_alpha_ = 1;
255 frame->has_alpha_ |= features.has_alpha;
442 frame->has_alpha_ = 0;
451 dmux->feature_flags_ |= frame->has_alpha_ ? ALPHA_FLAG : 0;
864 iter->has_alpha = fragment->has_alpha_;
    [all...]

Completed in 119 milliseconds