Searched refs:alpha_plane_ (Results 1 – 3 of 3) sorted by relevance
93 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()
299 uint8_t* alpha_plane_; // output. Persistent, contains the whole data. member
622 dec->alpha_plane_ = alpha_size ? (uint8_t*)mem : NULL; in AllocateMemory()