Merge "Let the idct vp9_idct32x32_34_add = vp9_idct32x32_1024_add on arm until we implenment real vp9_idct32x32_34_add_neon."
This commit is contained in:
commit
7fb5e73897
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user