Home
last modified time | relevance | path

Searched refs:alpha_plane_ (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dalpha_dec.c118 uint8_t* dst = dec->alpha_plane_ + row * width; in ALPHDecode()
156 (uint8_t*)WebPSafeMalloc(alpha_size, sizeof(*dec->alpha_plane_)); in AllocateAlphaPlane()
160 dec->alpha_plane_ = dec->alpha_plane_mem_; in AllocateAlphaPlane()
169 dec->alpha_plane_ = NULL; in WebPDeallocateAlphaMemory()
195 io, dec->alpha_plane_)) { in VP8DecompressAlphaRows()
214 uint8_t* const alpha = dec->alpha_plane_ + io->crop_top * width in VP8DecompressAlphaRows()
227 return dec->alpha_plane_ + row * width; in VP8DecompressAlphaRows()
H A Dvp8i_dec.h260 int is_alpha_decoded_; // true if alpha_data_ is decoded in alpha_plane_
261 uint8_t* alpha_plane_mem_; // memory allocated for alpha_plane_
262 uint8_t* alpha_plane_; // output. Persistent, contains the whole data. member
H A Dframe_dec.c770 dec->alpha_plane_ = alpha_size ? mem : NULL; in AllocateMemory()

Completed in 3 milliseconds