diff armv4l/simple_idct_armv6.S @ 4460:e7f56ad89720 libavcodec

missed a redundant load
author mru
date Fri, 02 Feb 2007 00:23:19 +0000
parents 9efb3639d7fe
children ee7422a921cb
line wrap: on
line diff
--- a/armv4l/simple_idct_armv6.S	Thu Feb 01 23:30:33 2007 +0000
+++ b/armv4l/simple_idct_armv6.S	Fri Feb 02 00:23:19 2007 +0000
@@ -94,11 +94,11 @@
   shift = left-shift amount
   a3 = row[2,0]
   a4 = row[3,1]
+  ip = w42
 
   Output in registers v1--v8
 */
         .macro idct_row4 shift
-        ldr    ip, [pc, #(w42-.-8)]  /* ip = W4 | (W2 << 16) */
         ldr    lr, [pc, #(w46-.-8)]  /* lr = W4 | (W6 << 16) */
         ldr    v7, [pc, #(w57-.-8)]  /* v7 = W5 | (W7 << 16) */
         mov    a2, #(1<<(\shift-1))