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

Unified Diff: source/libvpx/vpx_dsp/x86/sad_avx2.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/vpx_dsp/x86/sad4d_avx2.c ('k') | source/libvpx/vpx_dsp/x86/variance_avx2.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vpx_dsp/x86/sad_avx2.c
diff --git a/source/libvpx/vpx_dsp/x86/sad_avx2.c b/source/libvpx/vpx_dsp/x86/sad_avx2.c
index 78536a472189ec2a48430dc51883280b83b1287c..ce9ad8f780c244d2e2f52fe7b90dcf396f9836ec 100644
--- a/source/libvpx/vpx_dsp/x86/sad_avx2.c
+++ b/source/libvpx/vpx_dsp/x86/sad_avx2.c
@@ -8,6 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include <immintrin.h>
+#include "./vpx_dsp_rtcd.h"
#include "vpx_ports/mem.h"
#define FSAD64_H(h) \
« no previous file with comments | « source/libvpx/vpx_dsp/x86/sad4d_avx2.c ('k') | source/libvpx/vpx_dsp/x86/variance_avx2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698