Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dalpha.c93 uint8_t* const output = dec->alpha_plane_; in ALPHDecode()
98 memcpy(dec->alpha_plane_ + offset, in ALPHDecode()
131 assert(dec->alpha_plane_ != NULL); in VP8DecompressAlphaRows()
135 width, height, dec->alpha_plane_)) { in VP8DecompressAlphaRows()
153 ok = WebPDequantizeLevels(dec->alpha_plane_, width, height, in VP8DecompressAlphaRows()
164 return dec->alpha_plane_ + row * width; in VP8DecompressAlphaRows()
Dvp8i.h299 uint8_t* alpha_plane_; // output. Persistent, contains the whole data. member
Dframe.c622 dec->alpha_plane_ = alpha_size ? (uint8_t*)mem : NULL; in AllocateMemory()