summaryrefslogtreecommitdiff
path: root/vpx_dsp
diff options
context:
space:
mode:
authorJohann Koenig <johannkoenig@google.com>2018-12-21 14:49:38 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-12-21 14:49:38 +0000
commitd12f5d3ef79d5f375ea5819a1ce6824d4c2b4377 (patch)
treebcf199298c538ff72826961f0f9f191a37985e69 /vpx_dsp
parent0741ef2ec064f8515e1cbbd6b546f0d29788188b (diff)
parentc10f9adbc0af99157c8b2e0f7149e73cb5837d66 (diff)
downloadlibvpx-d12f5d3ef79d5f375ea5819a1ce6824d4c2b4377.tar
libvpx-d12f5d3ef79d5f375ea5819a1ce6824d4c2b4377.tar.gz
libvpx-d12f5d3ef79d5f375ea5819a1ce6824d4c2b4377.tar.bz2
libvpx-d12f5d3ef79d5f375ea5819a1ce6824d4c2b4377.zip
Merge "highbd quantize: resolve missing declarations"
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"