diff arm/simple_idct_arm.S @ 10374:a6ff6fb10ff5 libavcodec

ARM: make function names all-lowercase
author mru
date Tue, 06 Oct 2009 21:55:41 +0000
parents 08573f5f587d
children
line wrap: on
line diff
--- a/arm/simple_idct_arm.S	Tue Oct 06 21:55:37 2009 +0000
+++ b/arm/simple_idct_arm.S	Tue Oct 06 21:55:41 2009 +0000
@@ -56,8 +56,8 @@
 
         .text
 
-function ff_simple_idct_ARM, export=1
-        @@ void simple_idct_ARM(int16_t *block)
+function ff_simple_idct_arm, export=1
+        @@ void simple_idct_arm(int16_t *block)
         @@ save stack for reg needed (take all of them),
         @@ R0-R3 are scratch regs, so no need to save them, but R0 contains the pointer to block
         @@ so it must not be overwritten, if it is not saved!!
@@ -458,7 +458,7 @@
 
 
 
-__end_simple_idct_ARM:
+__end_simple_idct_arm:
         @@ restore registers to previous status!
         add sp, sp, #8 @@ the local variables!
         ldmfd sp!, {r4-r11, r15} @@ update PC with LR content.