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

Unified Diff: third_party/libwebp/dsp/rescaler_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/rescaler_mips32.c ('k') | third_party/libwebp/dsp/rescaler_msa.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/dsp/rescaler_mips_dsp_r2.c
diff --git a/third_party/libwebp/dsp/rescaler_mips_dsp_r2.c b/third_party/libwebp/dsp/rescaler_mips_dsp_r2.c
index b457d0a30a6861197914d432c89a47b4a7db3c22..2308d6454418df64574e021637a157454245311d 100644
--- a/third_party/libwebp/dsp/rescaler_mips_dsp_r2.c
+++ b/third_party/libwebp/dsp/rescaler_mips_dsp_r2.c
@@ -16,7 +16,7 @@
#if defined(WEBP_USE_MIPS_DSP_R2)
#include <assert.h>
-#include "../utils/rescaler.h"
+#include "../utils/rescaler_utils.h"
#define ROUNDER (WEBP_RESCALER_ONE >> 1)
#define MULT_FIX(x, y) (((uint64_t)(x) * (y) + ROUNDER) >> WEBP_RESCALER_RFIX)
« no previous file with comments | « third_party/libwebp/dsp/rescaler_mips32.c ('k') | third_party/libwebp/dsp/rescaler_msa.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698