Let the idct vp9_idct32x32_34_add = vp9_idct32x32_1024_add
authorhkuang <hkuang@google.com>
Fri, 15 Nov 2013 22:43:22 +0000 (14:43 -0800)
committerhkuang <hkuang@google.com>
Fri, 15 Nov 2013 22:59:16 +0000 (14:59 -0800)
on arm until we implenment real vp9_idct32x32_34_add_neon.

This issue is due to commit 47665452f0da3c11427ecb4852535e1787bb0c5b
Merge "Add 32x32 idct function for eob<=34 case".

Change-Id: I56b5f0abc20e7dd1bba521f78a995e85d65ea296

vp9/common/vp9_rtcd_defs.sh

index 2c0864ec9fbbc20ed1f7b02f79f4c526228821d2..141a06ee769335ae4fff7aa472b8691750938433 100644 (file)
@@ -296,7 +296,8 @@ prototype void vp9_idct32x32_1024_add "const int16_t *input, uint8_t *dest, int
 specialize vp9_idct32x32_1024_add sse2 neon dspr2
 
 prototype void vp9_idct32x32_34_add "const int16_t *input, uint8_t *dest, int dest_stride"
-specialize vp9_idct32x32_34_add sse2 dspr2
+specialize vp9_idct32x32_34_add sse2 neon dspr2
+vp9_idct32x32_34_add_neon=vp9_idct32x32_1024_add_neon
 
 prototype void vp9_idct32x32_1_add "const int16_t *input, uint8_t *dest, int dest_stride"
 specialize vp9_idct32x32_1_add sse2 neon dspr2