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

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

Issue 2651883004: libwebp-0.6.0-rc1 (Closed)
Patch Set: Created 3 years, 11 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/cost_mips_dsp_r2.c ('k') | third_party/libwebp/dsp/cpu.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/dsp/cost_sse2.c
diff --git a/third_party/libwebp/dsp/cost_sse2.c b/third_party/libwebp/dsp/cost_sse2.c
index 0cb1c1fa04421db60625cfee8dc6fe13c3758eed..421d51fdd52bbaedc53be800e77ae5be8911e1b5 100644
--- a/third_party/libwebp/dsp/cost_sse2.c
+++ b/third_party/libwebp/dsp/cost_sse2.c
@@ -16,8 +16,8 @@
#if defined(WEBP_USE_SSE2)
#include <emmintrin.h>
-#include "../enc/cost.h"
-#include "../enc/vp8enci.h"
+#include "../enc/cost_enc.h"
+#include "../enc/vp8i_enc.h"
#include "../utils/utils.h"
//------------------------------------------------------------------------------
« no previous file with comments | « third_party/libwebp/dsp/cost_mips_dsp_r2.c ('k') | third_party/libwebp/dsp/cpu.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698