Searched refs:alpha_plane_ (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/dec/ |
D | alpha.c | 95 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()
|
D | vp8i.h | 262 uint8_t* alpha_plane_; // output. Persistent, contains the whole data. member
|
D | frame.c | 789 dec->alpha_plane_ = alpha_size ? (uint8_t*)mem : NULL; in AllocateMemory()
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | alpha.c | 103 width, height, dec->alpha_plane_)) { in VP8DecompressAlphaRows() 110 return dec->alpha_plane_ + row * width; in VP8DecompressAlphaRows()
|
D | vp8i.h | 282 uint8_t* alpha_plane_; // output. Persistent, contains the whole data. member
|
D | frame.c | 497 dec->alpha_plane_ = alpha_size ? (uint8_t*)mem : NULL; in AllocateMemory()
|