summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.sh
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2013-10-10 11:27:39 -0700
committerDmitry Kovalev <dkovalev@google.com>2013-10-10 11:27:39 -0700
commit1e766b50e2b08a28746898aaa494dfecdf0c818a (patch)
treecd987c2c086366250fb864edaf6c70d61d5b4931 /vp9/common/vp9_rtcd_defs.sh
parent1e8fc24af8ded08c3ce0e1d3d60008c808bcf0cd (diff)
downloadlibvpx-1e766b50e2b08a28746898aaa494dfecdf0c818a.tar
libvpx-1e766b50e2b08a28746898aaa494dfecdf0c818a.tar.gz
libvpx-1e766b50e2b08a28746898aaa494dfecdf0c818a.tar.bz2
libvpx-1e766b50e2b08a28746898aaa494dfecdf0c818a.zip
Giving consistent names to IDCT 32x32 functions.
Renames: vp9_short_idct32x32_add -> vp9_idct32x32_1024_add vp9_short_idct32x32_1_add -> vp9_idct32x32_1_add vp9_idct_add_32x32 -> vp9_idct32x32_add Change-Id: Id85306f5814bac6c47463a6b5901a93082510666
Diffstat (limited to 'vp9/common/vp9_rtcd_defs.sh')
-rw-r--r--vp9/common/vp9_rtcd_defs.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/vp9/common/vp9_rtcd_defs.sh b/vp9/common/vp9_rtcd_defs.sh
index 9aaf84867..f5e0f2f9d 100644
--- a/vp9/common/vp9_rtcd_defs.sh
+++ b/vp9/common/vp9_rtcd_defs.sh
@@ -291,11 +291,11 @@ specialize vp9_idct16x16_256_add sse2 neon
prototype void vp9_idct16x16_10_add "int16_t *input, uint8_t *dest, int dest_stride"
specialize vp9_idct16x16_10_add sse2 neon
-prototype void vp9_short_idct32x32_add "int16_t *input, uint8_t *dest, int dest_stride"
-specialize vp9_short_idct32x32_add sse2 neon
+prototype void vp9_idct32x32_1024_add "int16_t *input, uint8_t *dest, int dest_stride"
+specialize vp9_idct32x32_1024_add sse2 neon
-prototype void vp9_short_idct32x32_1_add "int16_t *input, uint8_t *dest, int dest_stride"
-specialize vp9_short_idct32x32_1_add sse2
+prototype void vp9_idct32x32_1_add "int16_t *input, uint8_t *dest, int dest_stride"
+specialize vp9_idct32x32_1_add sse2
prototype void vp9_short_iht4x4_add "int16_t *input, uint8_t *dest, int dest_stride, int tx_type"
specialize vp9_short_iht4x4_add sse2 neon