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

Unified Diff: source/libvpx/vp9/common/arm/neon/vp9_idct16x16_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
« no previous file with comments | « source/libvpx/vp8/vp8cx_arm.mk ('k') | source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_neon.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vp9/common/arm/neon/vp9_idct16x16_1_add_neon.c
diff --git a/source/libvpx/vp9/common/arm/neon/vp9_idct16x16_1_add_neon.c b/source/libvpx/vp9/common/arm/neon/vp9_idct16x16_1_add_neon.c
index 3c8c6a9348db8df8e790821aea39af94ea08f106..0233877dd380c06161f42b51a79a458f0add24af 100644
--- a/source/libvpx/vp9/common/arm/neon/vp9_idct16x16_1_add_neon.c
+++ b/source/libvpx/vp9/common/arm/neon/vp9_idct16x16_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_idct16x16_1_add_neon(
« no previous file with comments | « source/libvpx/vp8/vp8cx_arm.mk ('k') | source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_neon.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698