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

Unified Diff: third_party/libwebp/dsp/rescaler_neon.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_msa.c ('k') | third_party/libwebp/dsp/rescaler_sse2.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/dsp/rescaler_neon.c
diff --git a/third_party/libwebp/dsp/rescaler_neon.c b/third_party/libwebp/dsp/rescaler_neon.c
index 16fd450ea3e7c328bca2e397a102c8c2ca0610da..b2dd8f30cc4eb57f9eadc21bbb7fde36c742009d 100644
--- a/third_party/libwebp/dsp/rescaler_neon.c
+++ b/third_party/libwebp/dsp/rescaler_neon.c
@@ -18,7 +18,7 @@
#include <arm_neon.h>
#include <assert.h>
#include "./neon.h"
-#include "../utils/rescaler.h"
+#include "../utils/rescaler_utils.h"
#define ROUNDER (WEBP_RESCALER_ONE >> 1)
#define MULT_FIX_C(x, y) (((uint64_t)(x) * (y) + ROUNDER) >> WEBP_RESCALER_RFIX)
« no previous file with comments | « third_party/libwebp/dsp/rescaler_msa.c ('k') | third_party/libwebp/dsp/rescaler_sse2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698