comparison arm/jrevdct_arm.S @ 10363:08573f5f587d libavcodec

ARM: add ff_ prefix to lots of functions
author mru
date Sun, 04 Oct 2009 13:13:12 +0000
parents 989ea69f6a4e
children a6ff6fb10ff5
comparison
equal deleted inserted replaced
10362:838b42ccd65e 10363:08573f5f587d
55 #define FIX_M_2_562915447_ID 44 55 #define FIX_M_2_562915447_ID 44
56 #define FIX_0xFFFF_ID 48 56 #define FIX_0xFFFF_ID 48
57 .text 57 .text
58 .align 58 .align
59 59
60 function j_rev_dct_ARM, export=1 60 function ff_j_rev_dct_ARM, export=1
61 stmdb sp!, { r4 - r12, lr } @ all callee saved regs 61 stmdb sp!, { r4 - r12, lr } @ all callee saved regs
62 62
63 sub sp, sp, #4 @ reserve some space on the stack 63 sub sp, sp, #4 @ reserve some space on the stack
64 str r0, [ sp ] @ save the DCT pointer to the stack 64 str r0, [ sp ] @ save the DCT pointer to the stack
65 65