mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-17 14:29:48 +02:00
cosmetics
This commit is contained in:
@ -129,6 +129,7 @@ static inline void ITransformOne(const uint8_t* ref, const int16_t* in,
|
|||||||
tmp++;
|
tmp++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst,
|
static void ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst,
|
||||||
int do_two) {
|
int do_two) {
|
||||||
ITransformOne(ref, in, dst);
|
ITransformOne(ref, in, dst);
|
||||||
|
Reference in New Issue
Block a user