# HG changeset patch # User mru # Date 1230606820 0 # Node ID 1a629032b24a25f3cbe3cfc55ba87d9003b0ae63 # Parent c8743c33eeef97918f35f842a97a936cf55127aa ARM: rename coefficient table in NEON IDCT diff -r c8743c33eeef -r 1a629032b24a arm/simple_idct_neon.S --- a/arm/simple_idct_neon.S Mon Dec 29 17:14:30 2008 +0000 +++ b/arm/simple_idct_neon.S Tue Dec 30 03:13:40 2008 +0000 @@ -230,7 +230,8 @@ .section .rodata .align 4 -const: .short W1, W2, W3, W4, W5, W6, W7, W4c +idct_coeff_neon: + .short W1, W2, W3, W4, W5, W6, W7, W4c .previous .macro idct_start data @@ -238,8 +239,8 @@ pld [\data] pld [\data, #64] vpush {d8-d15} - movw r3, #:lower16:const - movt r3, #:upper16:const + movw r3, #:lower16:idct_coeff_neon + movt r3, #:upper16:idct_coeff_neon vld1.64 {d0,d1}, [r3,:128] .endm