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

  /external/webp/src/dec/
alpha.c 99 dec->alpha_data_ + ALPHA_HEADER_LEN + offset, num_pixels);
134 if (!ALPHInit(dec->alph_dec_, dec->alpha_data_, dec->alpha_data_size_,
vp8i.h 296 const uint8_t* alpha_data_; // compressed alpha data (if present) member in struct:VP8Decoder
298 int is_alpha_decoded_; // true if alpha_data_ is decoded in alpha_plane_
idec.c 106 return (dec->alpha_data_ != NULL) && !dec->is_alpha_decoded_;
137 dec->alpha_data_ += offset;
144 dec->alpha_data_ + ALPHA_HEADER_LEN,
167 need_compressed_alpha ? dec->alpha_data_ : old_start;
322 dec->alpha_data_ = headers.alpha_data;
frame.c 295 if (dec->alpha_data_ != NULL && y_start < y_end) {
296 // TODO(skal): testing presence of alpha with dec->alpha_data_ is not a
552 const uint64_t alpha_size = (dec->alpha_data_ != NULL) ?
webp.c 479 dec->alpha_data_ = headers.alpha_data;
  /external/webp/src/enc/
alpha.c 373 enc->alpha_data_ = alpha_data;
380 enc->alpha_data_ = NULL;
427 WebPSafeFree(enc->alpha_data_);
428 enc->alpha_data_ = NULL;
vp8enci.h 425 uint8_t* alpha_data_; // non-NULL if transparency is present member in struct:VP8Encoder
syntax.c 91 if (!pic->writer(enc->alpha_data_, enc->alpha_data_size_, pic)) {

Completed in 87 milliseconds