Searched refs:kMaskAlpha (Results 1 – 1 of 1) sorted by relevance
28 static const uint32_t kMaskAlpha = 0xff000000; variable592 if (!exact && (current_row[col] & kMaskAlpha) == 0) { in GetBestPredictorForTile()593 residual &= kMaskAlpha; // See CopyTileWithPrediction. in GetBestPredictorForTile()657 if (!exact && (current_row[x] & kMaskAlpha) == 0) { in CopyImageWithPrediction()662 residual &= kMaskAlpha; in CopyImageWithPrediction()664 current_row[x] = predict & ~kMaskAlpha; in CopyImageWithPrediction()