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

Unified Diff: source/libvpx/vp9/common/arm/neon/vp9_idct8x8_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_idct8x8_1_add_neon.c
diff --git a/source/libvpx/vp9/common/arm/neon/vp9_idct8x8_1_add_neon.c b/source/libvpx/vp9/common/arm/neon/vp9_idct8x8_1_add_neon.c
index 24c29fb77f61f271f7ec46281fd8201f30508f3d..5369697c7d1923929804cf1f3a8c03f57454305d 100644
--- a/source/libvpx/vp9/common/arm/neon/vp9_idct8x8_1_add_neon.c
+++ b/source/libvpx/vp9/common/arm/neon/vp9_idct8x8_1_add_neon.c
@@ -9,6 +9,8 @@
*/
#include <arm_neon.h>
+
+#include "vpx_ports/mem.h"
#include "vp9/common/vp9_idct.h"
void vp9_idct8x8_1_add_neon(
« no previous file with comments | « source/libvpx/vp9/common/arm/neon/vp9_idct4x4_1_add_neon.c ('k') | source/libvpx/vp9/common/arm/neon/vp9_reconintra_neon.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698