Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dalpha.c95 uint8_t* const output = dec->alpha_plane_; in ALPHDecode()
100 memcpy(dec->alpha_plane_ + offset, in ALPHDecode()
133 assert(dec->alpha_plane_ != NULL); in VP8DecompressAlphaRows()
137 width, height, dec->alpha_plane_)) { in VP8DecompressAlphaRows()
155 ok = WebPDequantizeLevels(dec->alpha_plane_, width, height, in VP8DecompressAlphaRows()
166 return dec->alpha_plane_ + row * width; in VP8DecompressAlphaRows()
Dvp8i.h262 uint8_t* alpha_plane_; // output. Persistent, contains the whole data. member
Dframe.c789 dec->alpha_plane_ = alpha_size ? (uint8_t*)mem : NULL; in AllocateMemory()
/external/opencv3/3rdparty/libwebp/dec/
Dalpha.c103 width, height, dec->alpha_plane_)) { in VP8DecompressAlphaRows()
110 return dec->alpha_plane_ + row * width; in VP8DecompressAlphaRows()
Dvp8i.h282 uint8_t* alpha_plane_; // output. Persistent, contains the whole data. member
Dframe.c497 dec->alpha_plane_ = alpha_size ? (uint8_t*)mem : NULL; in AllocateMemory()