summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.pl
diff options
context:
space:
mode:
authorJames Yu <james.yu@linaro.org>2014-01-30 12:26:44 +0800
committerJohann <johannkoenig@google.com>2014-12-10 12:52:33 -0800
commit2772b45ac0523a5d15e686a7c896e05b1eaef26e (patch)
tree57779a8365da2a09341b4ac98965635f61ff3f8d /vp9/common/vp9_rtcd_defs.pl
parent9114f0afdb23d98ac0704832db43a88b4ca4af01 (diff)
downloadlibvpx-2772b45ac0523a5d15e686a7c896e05b1eaef26e.tar
libvpx-2772b45ac0523a5d15e686a7c896e05b1eaef26e.tar.gz
libvpx-2772b45ac0523a5d15e686a7c896e05b1eaef26e.tar.bz2
libvpx-2772b45ac0523a5d15e686a7c896e05b1eaef26e.zip
VP9 common for ARMv8 by using NEON intrinsics 09
Add vp9_idct8x8_1_add_neon.c - vp9_idct8x8_1_add_neon Change-Id: I9d23e01fa96013febbf64db6c76c6c955f14e3ff Signed-off-by: James Yu <james.yu@linaro.org>
Diffstat (limited to 'vp9/common/vp9_rtcd_defs.pl')
-rw-r--r--vp9/common/vp9_rtcd_defs.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/vp9/common/vp9_rtcd_defs.pl b/vp9/common/vp9_rtcd_defs.pl
index 7dc6714ea..7f74af293 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -429,8 +429,7 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
$vp9_idct4x4_16_add_neon_asm=vp9_idct4x4_16_add_neon;
add_proto qw/void vp9_idct8x8_1_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride";
- specialize qw/vp9_idct8x8_1_add sse2 neon_asm dspr2/;
- $vp9_idct8x8_1_add_neon_asm=vp9_idct8x8_1_add_neon;
+ specialize qw/vp9_idct8x8_1_add sse2 neon dspr2/;
add_proto qw/void vp9_idct8x8_64_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride";
specialize qw/vp9_idct8x8_64_add sse2 neon_asm dspr2/, "$ssse3_x86_64";