comparison arm/dsputil_arm.S @ 10374:a6ff6fb10ff5 libavcodec

ARM: make function names all-lowercase
author mru
date Tue, 06 Oct 2009 21:55:41 +0000
parents e1cddc20418c
children 361a5fcb4393
comparison
equal deleted inserted replaced
10373:9a46f75a47ee 10374:a6ff6fb10ff5
620 .align 5 620 .align 5
621 4: RND_XY2_EXPAND 3, lsr 621 4: RND_XY2_EXPAND 3, lsr
622 .endfunc 622 .endfunc
623 623
624 .align 5 624 .align 5
625 @ void ff_add_pixels_clamped_ARM(int16_t *block, uint8_t *dest, int stride) 625 @ void ff_add_pixels_clamped_arm(int16_t *block, uint8_t *dest, int stride)
626 function ff_add_pixels_clamped_ARM, export=1 626 function ff_add_pixels_clamped_arm, export=1
627 push {r4-r10} 627 push {r4-r10}
628 mov r10, #8 628 mov r10, #8
629 1: 629 1:
630 ldr r4, [r1] /* load dest */ 630 ldr r4, [r1] /* load dest */
631 /* block[0] and block[1]*/ 631 /* block[0] and block[1]*/