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

  /external/chromium_org/third_party/libwebp/enc/
alpha.c 354 enc->alpha_data_ = alpha_data;
361 enc->alpha_data_ = NULL;
408 WebPSafeFree(enc->alpha_data_);
409 enc->alpha_data_ = NULL;
syntax.c 91 if (!pic->writer(enc->alpha_data_, enc->alpha_data_size_, pic)) {
vp8enci.h 425 uint8_t* alpha_data_; // non-NULL if transparency is present member in struct:VP8Encoder
  /external/webp/src/enc/
alpha.c 354 enc->alpha_data_ = alpha_data;
361 enc->alpha_data_ = NULL;
408 WebPSafeFree(enc->alpha_data_);
409 enc->alpha_data_ = NULL;
syntax.c 91 if (!pic->writer(enc->alpha_data_, enc->alpha_data_size_, pic)) {
vp8enci.h 425 uint8_t* alpha_data_; // non-NULL if transparency is present member in struct:VP8Encoder
  /external/chromium_org/third_party/libwebp/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_,
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;
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_
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 467 dec->alpha_data_ = headers.alpha_data;
  /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_,
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;
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_
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;

Completed in 271 milliseconds