1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-03 16:55:53 +00:00

Update libwebp to 0.5.2

(cherry picked from commit e04c7e11ec)
This commit is contained in:
volzhs
2016-12-22 09:54:15 +09:00
committed by Rémi Verschelde
parent 0701e7c2d8
commit 5698571235
28 changed files with 311 additions and 230 deletions

View File

@@ -239,7 +239,7 @@ VP8PredFunc VP8PredLuma16[NUM_B_DC_MODES];
//------------------------------------------------------------------------------
// 4x4
#define AVG3(a, b, c) (((a) + 2 * (b) + (c) + 2) >> 2)
#define AVG3(a, b, c) ((uint8_t)(((a) + 2 * (b) + (c) + 2) >> 2))
#define AVG2(a, b) (((a) + (b) + 1) >> 1)
static void VE4(uint8_t* dst) { // vertical