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

Unified Diff: source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_neon.c

Issue 1162573005: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 7 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
Index: source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_neon.c
diff --git a/source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_neon.c b/source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_neon.c
index d0e4b4f4014864e39f81a9f9c0f1c3268d9b5273..0ce45f2bfa8186171f3bc89b874aca31d37ef041 100644
--- a/source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_neon.c
+++ b/source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_neon.c
@@ -9,10 +9,12 @@
*/
#include <arm_neon.h>
-#include "vp9/common/vp9_idct.h"
#include "./vpx_config.h"
+#include "vpx_ports/mem.h"
+#include "vp9/common/vp9_idct.h"
+
static INLINE void LD_16x8(
uint8_t *d,
int d_stride,

Powered by Google App Engine
This is Rietveld 408576698