summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.sh
diff options
context:
space:
mode:
authorhkuang <hkuang@google.com>2013-08-27 13:57:32 -0700
committerhkuang <hkuang@google.com>2013-08-27 14:00:27 -0700
commit3a679e56b2b0f290bbf37ad1e88fc6d7cae53608 (patch)
treeccc66e5d3bca3c18eee3f0e114e7eb0a745f2910 /vp9/common/vp9_rtcd_defs.sh
parentce04b1aa628821b9f08794333b01e4a71c88e700 (diff)
downloadlibvpx-3a679e56b2b0f290bbf37ad1e88fc6d7cae53608.tar
libvpx-3a679e56b2b0f290bbf37ad1e88fc6d7cae53608.tar.gz
libvpx-3a679e56b2b0f290bbf37ad1e88fc6d7cae53608.tar.bz2
libvpx-3a679e56b2b0f290bbf37ad1e88fc6d7cae53608.zip
Add neon optimize vp9_short_idct16x16_1_add.
Change-Id: Ib9354c1d975d03e8081df20d50b6a77dfe2dc7e5
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 9f921acf4..c6d01c1f6 100644
--- a/vp9/common/vp9_rtcd_defs.sh
+++ b/vp9/common/vp9_rtcd_defs.sh
@@ -310,7 +310,7 @@ prototype void vp9_short_idct10_8x8_add "int16_t *input, uint8_t *dest, int dest
specialize vp9_short_idct10_8x8_add sse2 neon
prototype void vp9_short_idct16x16_1_add "int16_t *input, uint8_t *dest, int dest_stride"
-specialize vp9_short_idct16x16_1_add sse2
+specialize vp9_short_idct16x16_1_add sse2 neon
prototype void vp9_short_idct16x16_add "int16_t *input, uint8_t *dest, int dest_stride"
specialize vp9_short_idct16x16_add sse2 neon