summaryrefslogtreecommitdiff
path: root/vp9/encoder/x86/vp9_dct_ssse3.c
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-05-14 20:08:03 -0700
committerJames Zern <jzern@google.com>2015-05-15 10:43:47 -0700
commit330fba41e2611230d9556b2e236e5805f08f44e7 (patch)
tree85e7b69a785d2339d22801dbb6d808f71ebfc7e1 /vp9/encoder/x86/vp9_dct_ssse3.c
parent18b60af27ca9993ff09a99db1fdce348005cd1bc (diff)
downloadlibvpx-330fba41e2611230d9556b2e236e5805f08f44e7.tar
libvpx-330fba41e2611230d9556b2e236e5805f08f44e7.tar.gz
libvpx-330fba41e2611230d9556b2e236e5805f08f44e7.tar.bz2
libvpx-330fba41e2611230d9556b2e236e5805f08f44e7.zip
vp9 intrinsics: add vp9_rtcd include
silences a missing declaration warning Change-Id: I59a34e1a1377cf3529b678d7ec0122bd43ab1bf1
Diffstat (limited to 'vp9/encoder/x86/vp9_dct_ssse3.c')
-rw-r--r--vp9/encoder/x86/vp9_dct_ssse3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vp9/encoder/x86/vp9_dct_ssse3.c b/vp9/encoder/x86/vp9_dct_ssse3.c
index 1c1005aee..96038fee1 100644
--- a/vp9/encoder/x86/vp9_dct_ssse3.c
+++ b/vp9/encoder/x86/vp9_dct_ssse3.c
@@ -15,6 +15,8 @@
#include <math.h>
#endif
#include <tmmintrin.h> // SSSE3
+
+#include "./vp9_rtcd.h"
#include "vp9/common/x86/vp9_idct_intrin_sse2.h"
void vp9_fdct8x8_quant_ssse3(const int16_t *input, int stride,