Home
last modified time | relevance | path

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

/external/webp/src/dec/
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()
Dvp8i_dec.h262 uint8_t* alpha_plane_; // output. Persistent, contains the whole data. member
Dframe_dec.c770 dec->alpha_plane_ = alpha_size ? mem : NULL; in AllocateMemory()