Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dalpha.c27 uint8_t* output = dec->alpha_plane_; in VP8DecompressAlphaRows()
Dvp8i.h257 uint8_t* alpha_plane_; // output member
Dframe.c94 dec->alpha_plane_ = alpha_size ? (uint8_t*)mem : NULL; in VP8InitFrame()