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

Unified Diff: source/libvpx/vp9/encoder/x86/vp9_dct_sse2_impl.h

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/vp9/encoder/x86/vp9_dct_sse2.c ('k') | source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vp9/encoder/x86/vp9_dct_sse2_impl.h
diff --git a/source/libvpx/vp9/encoder/x86/vp9_dct_impl_sse2.c b/source/libvpx/vp9/encoder/x86/vp9_dct_sse2_impl.h
similarity index 99%
rename from source/libvpx/vp9/encoder/x86/vp9_dct_impl_sse2.c
rename to source/libvpx/vp9/encoder/x86/vp9_dct_sse2_impl.h
index e03a76d2e894305145da306ec96aa113d33a472a..11bf5a25e6270d50877e1148107e9cd8a4333321 100644
--- a/source/libvpx/vp9/encoder/x86/vp9_dct_impl_sse2.c
+++ b/source/libvpx/vp9/encoder/x86/vp9_dct_sse2_impl.h
@@ -9,6 +9,8 @@
*/
#include <emmintrin.h> // SSE2
+
+#include "./vp9_rtcd.h"
#include "vp9/common/vp9_idct.h" // for cospi constants
#include "vp9/encoder/vp9_dct.h"
#include "vp9/encoder/x86/vp9_dct_sse2.h"
« no previous file with comments | « source/libvpx/vp9/encoder/x86/vp9_dct_sse2.c ('k') | source/libvpx/vp9/encoder/x86/vp9_dct_ssse3.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698