summaryrefslogtreecommitdiff
path: root/vpx_dsp/x86
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2016-05-06 02:25:29 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-05-06 02:25:29 +0000
commit5e679848e8e58df21f6c6448f9c2d468c31949d1 (patch)
tree0928337d7d1807beed440ec66a0176eccf1db8d3 /vpx_dsp/x86
parente313fc85146deb19f30bd02e9b745ec459b40eb7 (diff)
parent272afa9a437fb0e7d8a2f51b992e8b87c16502cb (diff)
downloadlibvpx-5e679848e8e58df21f6c6448f9c2d468c31949d1.tar
libvpx-5e679848e8e58df21f6c6448f9c2d468c31949d1.tar.gz
libvpx-5e679848e8e58df21f6c6448f9c2d468c31949d1.tar.bz2
libvpx-5e679848e8e58df21f6c6448f9c2d468c31949d1.zip
Merge changes from topic 'missing-proto'
* changes: vp9_frame_scale_ssse3.c: make 2 functions static vp9_pickmode.c: make function static vp9_noise_estimate.c: make function static vp9_aq_360.c: add missing include vp9_idct_intrin_sse2: add missing vp9_rtcd.h include vpx_dsp/*.[hc]: add missing vpx_dsp_rtcd.h include
Diffstat (limited to 'vpx_dsp/x86')
-rw-r--r--vpx_dsp/x86/fwd_dct32x32_impl_avx2.h1
-rw-r--r--vpx_dsp/x86/fwd_txfm_sse2.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/vpx_dsp/x86/fwd_dct32x32_impl_avx2.h b/vpx_dsp/x86/fwd_dct32x32_impl_avx2.h
index 4df39dff8..951af3a62 100644
--- a/vpx_dsp/x86/fwd_dct32x32_impl_avx2.h
+++ b/vpx_dsp/x86/fwd_dct32x32_impl_avx2.h
@@ -10,6 +10,7 @@
#include <immintrin.h> // AVX2
+#include "./vpx_dsp_rtcd.h"
#include "vpx_dsp/txfm_common.h"
#define pair256_set_epi16(a, b) \
diff --git a/vpx_dsp/x86/fwd_txfm_sse2.c b/vpx_dsp/x86/fwd_txfm_sse2.c
index e4deeecae..3e4f49bd9 100644
--- a/vpx_dsp/x86/fwd_txfm_sse2.c
+++ b/vpx_dsp/x86/fwd_txfm_sse2.c
@@ -11,6 +11,7 @@
#include <emmintrin.h> // SSE2
#include "./vpx_config.h"
+#include "./vpx_dsp_rtcd.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_dsp/x86/fwd_txfm_sse2.h"