mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-26 06:32:54 +01:00
cosmetics
This commit is contained in:
parent
edf59ab320
commit
46d90363af
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user