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

  /external/webp/src/dec/
alpha.c 93 uint8_t* const output = dec->alpha_plane_;
98 memcpy(dec->alpha_plane_ + offset,
131 assert(dec->alpha_plane_ != NULL);
135 width, height, dec->alpha_plane_)) {
153 ok = WebPDequantizeLevels(dec->alpha_plane_, width, height,
164 return dec->alpha_plane_ + row * width;
vp8i.h 298 int is_alpha_decoded_; // true if alpha_data_ is decoded in alpha_plane_
299 uint8_t* alpha_plane_; // output. Persistent, contains the whole data. member in struct:VP8Decoder
frame.c 622 dec->alpha_plane_ = alpha_size ? (uint8_t*)mem : NULL;

Completed in 32 milliseconds