mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-26 22:52:55 +01:00
enc/vp8l.c: fix indent
reindent after ca00502 Change-Id: I8c88dbc11dc96c117531b17682b764a235ef23bb
This commit is contained in:
parent
ca00502788
commit
aca1b98f52
@ -915,11 +915,11 @@ static WebPEncodingError EncodeImageInternal(VP8LBitWriter* const bw,
|
||||
// Transforms
|
||||
|
||||
static void ApplySubtractGreen(VP8LEncoder* const enc, int width, int height,
|
||||
VP8LBitWriter* const bw) {
|
||||
VP8LWriteBits(bw, 1, TRANSFORM_PRESENT);
|
||||
VP8LWriteBits(bw, 2, SUBTRACT_GREEN);
|
||||
VP8LSubtractGreenFromBlueAndRed(enc->argb_, width * height);
|
||||
}
|
||||
VP8LBitWriter* const bw) {
|
||||
VP8LWriteBits(bw, 1, TRANSFORM_PRESENT);
|
||||
VP8LWriteBits(bw, 2, SUBTRACT_GREEN);
|
||||
VP8LSubtractGreenFromBlueAndRed(enc->argb_, width * height);
|
||||
}
|
||||
|
||||
static WebPEncodingError ApplyPredictFilter(const VP8LEncoder* const enc,
|
||||
int width, int height, int quality,
|
||||
|
Loading…
x
Reference in New Issue
Block a user