summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.pl
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2014-12-15 14:48:53 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-12-15 14:48:53 -0800
commit37ea1e12183ab1d9b24c41c40119f418f08ceae7 (patch)
treec51bdce3a56624ea132c3df23666df71647dafd2 /vp9/common/vp9_rtcd_defs.pl
parent5c93dca3d3a22290ab10f2049cf0c61cc34a1529 (diff)
parent6b7101327723436ad78047e30ae752429836c528 (diff)
downloadlibvpx-37ea1e12183ab1d9b24c41c40119f418f08ceae7.tar
libvpx-37ea1e12183ab1d9b24c41c40119f418f08ceae7.tar.gz
libvpx-37ea1e12183ab1d9b24c41c40119f418f08ceae7.tar.bz2
libvpx-37ea1e12183ab1d9b24c41c40119f418f08ceae7.zip
Merge "VP9 common for ARMv8 by using NEON intrinsics 05"
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 575990bb5..4c0df912f 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -457,8 +457,7 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
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/;
- $vp9_iht4x4_16_add_neon_asm=vp9_iht4x4_16_add_neon;
+ specialize qw/vp9_iht4x4_16_add sse2 neon dspr2/;
add_proto qw/void vp9_iht8x8_64_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type";
specialize qw/vp9_iht8x8_64_add sse2 neon_asm dspr2/;