Home | History | Annotate | Download | only in enc

Lines Matching refs:has_alpha

745 static int WriteRealAlphaAndVersion(VP8LBitWriter* const bw, int has_alpha) {
746 VP8LWriteBits(bw, 1, has_alpha);
1064 int has_alpha;
1107 has_alpha = WebPPictureHasTransparency(picture);
1109 if (!WriteRealAlphaAndVersion(&bw, has_alpha)) {