commit | b8ff6aaf5d41b9e51378f4d57683b6974e8c5cfa | [log] [tgz] |
---|---|---|
author | Steinar Midtskogen <stemidts@cisco.com> | Sat Mar 25 18:52:22 2017 +0100 |
committer | Jean-Marc Valin <jvalin@mozilla.com> | Wed Mar 29 23:47:21 2017 +0000 |
tree | 580bdb5116649aafefa85efaec5f00ffdd4153b5 | |
parent | 7faea436534f47ebbd30d265b8e54f5f03d0ccab [diff] [blame] |
Add SIMD support for CDEF dering for sse2/ssse3 and neon Change-Id: Ibaaed850ddceba9c3db542eaf4a1c623ce6b412b
diff --git a/av1/common/clpf_simd.h b/av1/common/clpf_simd.h index 0ae35d8..4a0b220 100644 --- a/av1/common/clpf_simd.h +++ b/av1/common/clpf_simd.h
@@ -9,7 +9,7 @@ * PATENTS file, you can obtain it at www.aomedia.org/license/patent. */ -#include "./aom_dsp_rtcd.h" +#include "./av1_rtcd.h" #include "aom_ports/mem.h" #include "aom_ports/bitops.h" #include "av1/common/clpf_simd_kernel.h"