summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.pl
diff options
context:
space:
mode:
authorJames Yu <james.yu@linaro.org>2014-01-30 15:26:31 +0800
committerJohann <johannkoenig@google.com>2014-12-10 13:04:29 -0800
commit030ca4d0e59c68a54e6eb02cea4ab3fdc498d048 (patch)
treefa6b7aba3e73d19b61676ca618d7597c66994a41 /vp9/common/vp9_rtcd_defs.pl
parent2772b45ac0523a5d15e686a7c896e05b1eaef26e (diff)
downloadlibvpx-030ca4d0e59c68a54e6eb02cea4ab3fdc498d048.tar
libvpx-030ca4d0e59c68a54e6eb02cea4ab3fdc498d048.tar.gz
libvpx-030ca4d0e59c68a54e6eb02cea4ab3fdc498d048.tar.bz2
libvpx-030ca4d0e59c68a54e6eb02cea4ab3fdc498d048.zip
VP9 common for ARMv8 by using NEON intrinsics 10
Add vp9_idct32x32_1_add_neon.c - vp9_idct32x32_1_add_neon Change-Id: If9ffe9a857228f5c67f61dc2b428b40965816eda 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 7f74af293..05f7ddf99 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -460,8 +460,7 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
$vp9_idct32x32_34_add_neon_asm=vp9_idct32x32_1024_add_neon;
add_proto qw/void vp9_idct32x32_1_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride";
- specialize qw/vp9_idct32x32_1_add sse2 neon_asm dspr2/;
- $vp9_idct32x32_1_add_neon_asm=vp9_idct32x32_1_add_neon;
+ specialize qw/vp9_idct32x32_1_add sse2 neon dspr2/;
add_proto qw/void vp9_iht4x4_16_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type";
specialize qw/vp9_iht4x4_16_add sse2 neon_asm dspr2/;