mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
Merge "TIFF decoder: remove unused KINV definition"
This commit is contained in:
commit
5030e90278
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user