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

Unified Diff: third_party/libwebp/dsp/cost_mips_dsp_r2.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_mips32.c ('k') | third_party/libwebp/dsp/cost_sse2.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/dsp/cost_mips_dsp_r2.c
diff --git a/third_party/libwebp/dsp/cost_mips_dsp_r2.c b/third_party/libwebp/dsp/cost_mips_dsp_r2.c
index ce64067756fb03de486d60a85fb87c1cfa9acc2b..6ec8aeb610febc76008e7a6eb47489676b5a10de 100644
--- a/third_party/libwebp/dsp/cost_mips_dsp_r2.c
+++ b/third_party/libwebp/dsp/cost_mips_dsp_r2.c
@@ -13,7 +13,7 @@
#if defined(WEBP_USE_MIPS_DSP_R2)
-#include "../enc/cost.h"
+#include "../enc/cost_enc.h"
static int GetResidualCost(int ctx0, const VP8Residual* const res) {
int temp0, temp1;
« no previous file with comments | « third_party/libwebp/dsp/cost_mips32.c ('k') | third_party/libwebp/dsp/cost_sse2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698