| Index: source/libvpx/vp9/common/arm/neon/vp9_short_iht8x8_add_neon.asm
|
| ===================================================================
|
| --- source/libvpx/vp9/common/arm/neon/vp9_short_iht8x8_add_neon.asm (revision 232232)
|
| +++ source/libvpx/vp9/common/arm/neon/vp9_short_iht8x8_add_neon.asm (working copy)
|
| @@ -8,7 +8,7 @@
|
| ; be found in the AUTHORS file in the root of the source tree.
|
| ;
|
|
|
| - EXPORT |vp9_short_iht8x8_add_neon|
|
| + EXPORT |vp9_iht8x8_64_add_neon|
|
| ARM
|
| REQUIRE8
|
| PRESERVE8
|
| @@ -559,7 +559,7 @@
|
|
|
|
|
| AREA Block, CODE, READONLY ; name this block of code
|
| -;void vp9_short_iht8x8_add_neon(int16_t *input, uint8_t *dest,
|
| +;void vp9_iht8x8_64_add_neon(int16_t *input, uint8_t *dest,
|
| ; int dest_stride, int tx_type)
|
| ;
|
| ; r0 int16_t input
|
| @@ -567,7 +567,7 @@
|
| ; r2 int dest_stride
|
| ; r3 int tx_type)
|
| ; This function will only handle tx_type of 1,2,3.
|
| -|vp9_short_iht8x8_add_neon| PROC
|
| +|vp9_iht8x8_64_add_neon| PROC
|
|
|
| ; load the inputs into d16-d19
|
| vld1.s16 {q8,q9}, [r0]!
|
| @@ -602,7 +602,7 @@
|
| ; then transform columns
|
| IADST8X8_1D
|
|
|
| - b end_vp9_short_iht8x8_add_neon
|
| + b end_vp9_iht8x8_64_add_neon
|
|
|
| idct_iadst
|
| ; generate IADST constants
|
| @@ -620,7 +620,7 @@
|
| ; then transform columns
|
| IDCT8x8_1D
|
|
|
| - b end_vp9_short_iht8x8_add_neon
|
| + b end_vp9_iht8x8_64_add_neon
|
|
|
| iadst_iadst
|
| ; generate IADST constants
|
| @@ -635,7 +635,7 @@
|
| ; then transform columns
|
| IADST8X8_1D
|
|
|
| -end_vp9_short_iht8x8_add_neon
|
| +end_vp9_iht8x8_64_add_neon
|
| pop {r0-r10}
|
|
|
| ; ROUND_POWER_OF_TWO(temp_out[j], 5)
|
| @@ -691,6 +691,6 @@
|
| vst1.64 {d6}, [r0], r2
|
| vst1.64 {d7}, [r0], r2
|
| bx lr
|
| - ENDP ; |vp9_short_iht8x8_add_neon|
|
| + ENDP ; |vp9_iht8x8_64_add_neon|
|
|
|
| END
|
|
|