diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-09 16:17:56 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-09 16:17:56 +0000 |
commit | a7e7d40c2ead00b4435b06c0c01432e51459bf9f (patch) | |
tree | 7521febd58cce91d589773519cbdaa9a2490e926 /libavcodec/arm/h264idct_neon.S | |
parent | db76ca7f3543ab9caadce1bda6d70d5c1d9be011 (diff) | |
download | ffmpeg-a7e7d40c2ead00b4435b06c0c01432e51459bf9f.tar.gz |
ARM: set size of asm functions in object files
Originally committed as revision 22404 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm/h264idct_neon.S')
-rw-r--r-- | libavcodec/arm/h264idct_neon.S | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libavcodec/arm/h264idct_neon.S b/libavcodec/arm/h264idct_neon.S index f38ec2edfa..0ba48809c4 100644 --- a/libavcodec/arm/h264idct_neon.S +++ b/libavcodec/arm/h264idct_neon.S @@ -69,7 +69,7 @@ function ff_h264_idct_add_neon, export=1 vst1.32 {d1[0]}, [r0,:32], r2 bx lr - .endfunc +endfunc function ff_h264_idct_dc_add_neon, export=1 vld1.16 {d2[],d3[]}, [r1,:16] @@ -88,7 +88,7 @@ function ff_h264_idct_dc_add_neon, export=1 vst1.32 {d1[0]}, [r0,:32], r2 vst1.32 {d1[1]}, [r0,:32], r2 bx lr - .endfunc +endfunc function ff_h264_idct_add16_neon, export=1 push {r4-r8,lr} @@ -115,7 +115,7 @@ function ff_h264_idct_add16_neon, export=1 add r1, r1, #32 bne 1b pop {r4-r8,pc} - .endfunc +endfunc function ff_h264_idct_add16intra_neon, export=1 push {r4-r8,lr} @@ -140,7 +140,7 @@ function ff_h264_idct_add16intra_neon, export=1 add r1, r1, #32 bne 1b pop {r4-r8,pc} - .endfunc +endfunc function ff_h264_idct_add8_neon, export=1 push {r4-r10,lr} @@ -167,7 +167,7 @@ function ff_h264_idct_add8_neon, export=1 add r1, r1, #32 bne 1b pop {r4-r10,pc} - .endfunc +endfunc .section .rodata scan8: .byte 4+1*8, 5+1*8, 4+2*8, 5+2*8 |