summaryrefslogtreecommitdiff
path: root/libavcodec/arm/synth_filter_vfp.S
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2014-07-18 01:39:49 +0300
committerMartin Storsjö <martin@martin.st>2014-07-18 11:17:40 +0300
commit7e18a727d2c2a19f22fcf68875d1b05fd2eafcef (patch)
treef28c9414c533facdbcdc68df26af6aef0a7240e5 /libavcodec/arm/synth_filter_vfp.S
parentfe67f3fbb5f9f6a6b60f837f6bc5e087ac11f3bf (diff)
arm: cosmetics: Consistently use lowercase for shift operators
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/arm/synth_filter_vfp.S')
-rw-r--r--libavcodec/arm/synth_filter_vfp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/synth_filter_vfp.S b/libavcodec/arm/synth_filter_vfp.S
index e6e6408177..5d79e509f9 100644
--- a/libavcodec/arm/synth_filter_vfp.S
+++ b/libavcodec/arm/synth_filter_vfp.S
@@ -124,7 +124,7 @@ function ff_synth_filter_float_vfp, export=1
push {r3-r7,lr}
vpush {s16-s31}
ldr lr, [P_SB_OFF]
- add a2, ORIG_P_SB, lr, LSL #2 @ calculate synth_buf to pass to imdct_half
+ add a2, ORIG_P_SB, lr, lsl #2 @ calculate synth_buf to pass to imdct_half
mov P_SB, a2 @ and keep a copy for ourselves
bic J_WRAP, lr, #63 @ mangled to make testing for wrap easier in inner loop
sub lr, lr, #32