Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: third_party/libwebp/dsp/dec_sse41.c

Issue 2149863002: libwebp: update to v0.5.1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libwebp/dsp/dec_sse2.c ('k') | third_party/libwebp/dsp/dsp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/dsp/dec_sse41.c
diff --git a/third_party/libwebp/dsp/dec_sse41.c b/third_party/libwebp/dsp/dec_sse41.c
index 224c6f895416030b21006e157d01fdfae913da9d..8d6aed13e6e414f41de5bf361cbc27b76656e83a 100644
--- a/third_party/libwebp/dsp/dec_sse41.c
+++ b/third_party/libwebp/dsp/dec_sse41.c
@@ -17,6 +17,7 @@
#include <smmintrin.h>
#include "../dec/vp8i.h"
+#include "../utils/utils.h"
static void HE16(uint8_t* dst) { // horizontal
int j;
« no previous file with comments | « third_party/libwebp/dsp/dec_sse2.c ('k') | third_party/libwebp/dsp/dsp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698