Home | History | Annotate | Download | only in enc

Lines Matching defs:has_alpha

747 static int WriteRealAlphaAndVersion(VP8LBitWriter* const bw, int has_alpha) {
748 VP8LWriteBits(bw, 1, has_alpha);
1084 int has_alpha;
1127 has_alpha = WebPPictureHasTransparency(picture);
1129 if (!WriteRealAlphaAndVersion(&bw, has_alpha)) {