summaryrefslogtreecommitdiff
path: root/vpx_dsp/arm/idct16x16_neon.c
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2016-09-30 19:36:08 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-09-30 19:36:08 +0000
commitb6277a47c7b5edac25156206043d4c16ce81e941 (patch)
tree1ae348f08238444edb2f35b756f0a923fddc29fc /vpx_dsp/arm/idct16x16_neon.c
parent8c744fd9783ae7bcfb2d0ef1dfa95fda4c19f38b (diff)
parent1396d1210337775127d284b208b8929fb04f13e7 (diff)
downloadlibvpx-b6277a47c7b5edac25156206043d4c16ce81e941.tar
libvpx-b6277a47c7b5edac25156206043d4c16ce81e941.tar.gz
libvpx-b6277a47c7b5edac25156206043d4c16ce81e941.tar.bz2
libvpx-b6277a47c7b5edac25156206043d4c16ce81e941.zip
Merge changes from topic '8bit-hbd-idct'
* changes: *idct*_neon.c: add missing rtcd include idct,msa/neon: exclude idct files from hbd build *rtcd_defs.pl: remove empty specialize calls
Diffstat (limited to 'vpx_dsp/arm/idct16x16_neon.c')
-rw-r--r--vpx_dsp/arm/idct16x16_neon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vpx_dsp/arm/idct16x16_neon.c b/vpx_dsp/arm/idct16x16_neon.c
index ecc263df2..2b30cd789 100644
--- a/vpx_dsp/arm/idct16x16_neon.c
+++ b/vpx_dsp/arm/idct16x16_neon.c
@@ -8,6 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#include "./vpx_dsp_rtcd.h"
#include "vpx_dsp/vpx_dsp_common.h"
void vpx_idct16x16_256_add_neon_pass1(const int16_t *input, int16_t *output,