summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.pl
diff options
context:
space:
mode:
authorJames Yu <james.yu@linaro.org>2014-02-01 14:01:05 +0800
committerJohann <johannkoenig@google.com>2014-12-10 14:49:59 -0800
commit8c25f4af6a8e864e727fc28c498102c3239584d8 (patch)
tree2a54a59dcf82a982c1466174e08c54c55e8a28e6 /vp9/common/vp9_rtcd_defs.pl
parent420f58f2d2657d16b31ba26a4aa8eb29cf2f830d (diff)
downloadlibvpx-8c25f4af6a8e864e727fc28c498102c3239584d8.tar
libvpx-8c25f4af6a8e864e727fc28c498102c3239584d8.tar.gz
libvpx-8c25f4af6a8e864e727fc28c498102c3239584d8.tar.bz2
libvpx-8c25f4af6a8e864e727fc28c498102c3239584d8.zip
VP9 common for ARMv8 by using NEON intrinsics 12
Add vp9_idct4x4_add_neon.c - vp9_idct4x4_16_add_neon Change-Id: I011a96b10f1992dbd52246019ce05bae7ca8ea4f 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 90df14857..06a72dddf 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -425,8 +425,7 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
specialize qw/vp9_idct4x4_1_add sse2 neon dspr2/;
add_proto qw/void vp9_idct4x4_16_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride";
- specialize qw/vp9_idct4x4_16_add sse2 neon_asm dspr2/;
- $vp9_idct4x4_16_add_neon_asm=vp9_idct4x4_16_add_neon;
+ specialize qw/vp9_idct4x4_16_add sse2 neon dspr2/;
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 dspr2/;