Searched refs:is_alpha_decoded_ (Results 1 – 3 of 3) sorted by relevance
145 dec->is_alpha_decoded_ = 1; in ALPHDecode()189 if (!dec->is_alpha_decoded_) { in VP8DecompressAlphaRows()210 if (dec->is_alpha_decoded_) { // finished? in VP8DecompressAlphaRows()
260 int is_alpha_decoded_; // true if alpha_data_ is decoded in alpha_plane_ member
108 return (dec->alpha_data_ != NULL) && !dec->is_alpha_decoded_; in NeedCompressedAlpha()
Completed in 6 milliseconds