comparison arm/jrevdct_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
comparison
equal deleted inserted replaced
10373:9a46f75a47ee 10374:a6ff6fb10ff5
1 /* 1 /*
2 C-like prototype : 2 C-like prototype :
3 void j_rev_dct_ARM(DCTBLOCK data) 3 void j_rev_dct_arm(DCTBLOCK data)
4 4
5 With DCTBLOCK being a pointer to an array of 64 'signed shorts' 5 With DCTBLOCK being a pointer to an array of 64 'signed shorts'
6 6
7 Copyright (c) 2001 Lionel Ulmer (lionel.ulmer@free.fr / bbrox@bbrox.org) 7 Copyright (c) 2001 Lionel Ulmer (lionel.ulmer@free.fr / bbrox@bbrox.org)
8 8
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 ff_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