summaryrefslogtreecommitdiff
path: root/vpx_dsp
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2018-12-20 23:57:52 +0000
committerJohann <johannkoenig@google.com>2018-12-20 23:57:52 +0000
commitc10f9adbc0af99157c8b2e0f7149e73cb5837d66 (patch)
tree2f73592a89124ae2c9de24bb516dcf4049962f70 /vpx_dsp
parent03a54576711c907648647fc2ef120aee0e2be0f6 (diff)
downloadlibvpx-c10f9adbc0af99157c8b2e0f7149e73cb5837d66.tar
libvpx-c10f9adbc0af99157c8b2e0f7149e73cb5837d66.tar.gz
libvpx-c10f9adbc0af99157c8b2e0f7149e73cb5837d66.tar.bz2
libvpx-c10f9adbc0af99157c8b2e0f7149e73cb5837d66.zip
highbd quantize: resolve missing declarations
BUG=webm:1584 Change-Id: Ia3f152bf2a37f8a1ea4178eeb1a6a262ea034a8d
Diffstat (limited to 'vpx_dsp')
-rw-r--r--vpx_dsp/x86/highbd_quantize_intrin_sse2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vpx_dsp/x86/highbd_quantize_intrin_sse2.c b/vpx_dsp/x86/highbd_quantize_intrin_sse2.c
index cedf98aff..7149e4fb7 100644
--- a/vpx_dsp/x86/highbd_quantize_intrin_sse2.c
+++ b/vpx_dsp/x86/highbd_quantize_intrin_sse2.c
@@ -11,6 +11,7 @@
#include <assert.h>
#include <emmintrin.h>
+#include "./vpx_dsp_rtcd.h"
#include "vpx_dsp/vpx_dsp_common.h"
#include "vpx_mem/vpx_mem.h"
#include "vpx_ports/mem.h"