summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.sh
diff options
context:
space:
mode:
authorhkuang <hkuang@google.com>2013-09-03 10:19:21 -0700
committerhkuang <hkuang@google.com>2013-09-04 12:37:58 -0700
commit3b8614a8f6833e98e891f19c095f7d9fbc4e4622 (patch)
treea087e76e725e6d17a0f7289e4daf51d997bd00d5 /vp9/common/vp9_rtcd_defs.sh
parent010c0ad0eb19e7be9680720e93e82b418149898e (diff)
downloadlibvpx-3b8614a8f6833e98e891f19c095f7d9fbc4e4622.tar
libvpx-3b8614a8f6833e98e891f19c095f7d9fbc4e4622.tar.gz
libvpx-3b8614a8f6833e98e891f19c095f7d9fbc4e4622.tar.bz2
libvpx-3b8614a8f6833e98e891f19c095f7d9fbc4e4622.zip
Add neon optimize vp9_short_iht4x4_add.
Change-Id: I42c497b68ae1ee645b59c9968ad805db0a43e37e
Diffstat (limited to 'vp9/common/vp9_rtcd_defs.sh')
-rw-r--r--vp9/common/vp9_rtcd_defs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/vp9_rtcd_defs.sh b/vp9/common/vp9_rtcd_defs.sh
index 104db6aeb..17ff3a168 100644
--- a/vp9/common/vp9_rtcd_defs.sh
+++ b/vp9/common/vp9_rtcd_defs.sh
@@ -325,7 +325,7 @@ prototype void vp9_short_idct1_32x32 "int16_t *input, int16_t *output"
specialize vp9_short_idct1_32x32
prototype void vp9_short_iht4x4_add "int16_t *input, uint8_t *dest, int dest_stride, int tx_type"
-specialize vp9_short_iht4x4_add sse2
+specialize vp9_short_iht4x4_add sse2 neon
prototype void vp9_short_iht8x8_add "int16_t *input, uint8_t *dest, int dest_stride, int tx_type"
specialize vp9_short_iht8x8_add sse2