Merge "TIFF decoder: remove unused KINV definition"

This commit is contained in:
Pascal Massimino 2018-10-15 18:16:24 +00:00 committed by Gerrit Code Review
commit 5030e90278

View File

@ -131,6 +131,9 @@ static WEBP_INLINE uint32_t GetScale(uint32_t a) {
return (255u << MFIX) / a; return (255u << MFIX) / a;
} }
#undef MFIX
#undef HALF
static void MultARGBRow(uint8_t* ptr, int width) { static void MultARGBRow(uint8_t* ptr, int width) {
int x; int x;
for (x = 0; x < width; ++x, ptr += 4) { for (x = 0; x < width; ++x, ptr += 4) {