mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-19 07:16:47 +02:00
cosmetics
fix some indent/whitespace, remove a few duplicate includes, extra semi-colons (cherry picked from commit e300c9d8191db55e113f0aa8effc7a57c6219a41) Change-Id: If937182b40a21e0f2028496e7b4b06c6e8a41352
This commit is contained in:
parent
2ddcca5efe
commit
40aa8b69b0
@ -11,7 +11,7 @@
|
|||||||
//
|
//
|
||||||
// Author: Skal (pascal.massimino@gmail.com)
|
// Author: Skal (pascal.massimino@gmail.com)
|
||||||
|
|
||||||
#include "vp8i.h"
|
#include "./vp8i.h"
|
||||||
#include "../utils/bit_reader_inl.h"
|
#include "../utils/bit_reader_inl.h"
|
||||||
|
|
||||||
#define USE_GENERIC_TREE
|
#define USE_GENERIC_TREE
|
||||||
|
@ -1169,7 +1169,7 @@ static void ColorSpaceInverseTransform(const VP8LTransform* const transform,
|
|||||||
data += remaining_width;
|
data += remaining_width;
|
||||||
}
|
}
|
||||||
++y;
|
++y;
|
||||||
if ((y & mask) == 0) pred_row += tiles_per_row;;
|
if ((y & mask) == 0) pred_row += tiles_per_row;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -508,7 +508,7 @@ static void StoreSideInfo(const VP8EncIterator* const it) {
|
|||||||
}
|
}
|
||||||
case 7: *info = mb->alpha_; break;
|
case 7: *info = mb->alpha_; break;
|
||||||
default: *info = 0; break;
|
default: *info = 0; break;
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
#if SEGMENT_VISU // visualize segments and prediction modes
|
#if SEGMENT_VISU // visualize segments and prediction modes
|
||||||
SetBlock(it->yuv_out_ + Y_OFF, mb->segment_ * 64, 16);
|
SetBlock(it->yuv_out_ + Y_OFF, mb->segment_ * 64, 16);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user