You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-02 16:48:55 +00:00
libwebp: Update to 1.4.0
https://chromium.googlesource.com/webm/libwebp/+/refs/tags/v1.4.0/NEWS
This commit is contained in:
2
thirdparty/libwebp/src/dsp/rescaler_neon.c
vendored
2
thirdparty/libwebp/src/dsp/rescaler_neon.c
vendored
@@ -32,7 +32,7 @@
|
||||
#define STORE_32x8(SRC0, SRC1, DST) do { \
|
||||
vst1q_u32((DST) + 0, SRC0); \
|
||||
vst1q_u32((DST) + 4, SRC1); \
|
||||
} while (0);
|
||||
} while (0)
|
||||
|
||||
#if (WEBP_RESCALER_RFIX == 32)
|
||||
#define MAKE_HALF_CST(C) vdupq_n_s32((int32_t)((C) >> 1))
|
||||
|
||||
Reference in New Issue
Block a user