]> granicus.if.org Git - libvpx/commitdiff
highbd quantize: resolve missing declarations
authorJohann <johannkoenig@google.com>
Thu, 20 Dec 2018 23:57:52 +0000 (23:57 +0000)
committerJohann <johannkoenig@google.com>
Thu, 20 Dec 2018 23:57:52 +0000 (23:57 +0000)
BUG=webm:1584

Change-Id: Ia3f152bf2a37f8a1ea4178eeb1a6a262ea034a8d

vpx_dsp/x86/highbd_quantize_intrin_sse2.c

index cedf98aff4bb9dbfb88983bf3e9cc1a93ec1d027..7149e4fb74085d9dc189050f85b2b0d92f1eb8a6 100644 (file)
@@ -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"