Searched refs:alpha_plane_mem_ (Results 1 – 2 of 2) sorted by relevance
154 assert(dec->alpha_plane_mem_ == NULL); in AllocateAlphaPlane()155 dec->alpha_plane_mem_ = in AllocateAlphaPlane()157 if (dec->alpha_plane_mem_ == NULL) { in AllocateAlphaPlane()160 dec->alpha_plane_ = dec->alpha_plane_mem_; in AllocateAlphaPlane()167 WebPSafeFree(dec->alpha_plane_mem_); in WebPDeallocateAlphaMemory()168 dec->alpha_plane_mem_ = NULL; in WebPDeallocateAlphaMemory()
261 uint8_t* alpha_plane_mem_; // memory allocated for alpha_plane_ member