aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/armv4l/simple_idct_arm.S
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-12-02 15:43:08 +0000
committerDiego Biurrun <diego@biurrun.de>2007-12-02 15:43:08 +0000
commit56cc85a068870cfa1c3bcc39c7e312b6a0fe8ca3 (patch)
treea073e66be5f151ff7b92b3f38f96b0ed54d713fb /libavcodec/armv4l/simple_idct_arm.S
parent737278c86a41936a5d3bd29074b2883c31a4b657 (diff)
downloadffmpeg-56cc85a068870cfa1c3bcc39c7e312b6a0fe8ca3.tar.gz
Misc spelling fixes, prefer American over British English.
Originally committed as revision 11126 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/armv4l/simple_idct_arm.S')
-rw-r--r--libavcodec/armv4l/simple_idct_arm.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/armv4l/simple_idct_arm.S b/libavcodec/armv4l/simple_idct_arm.S
index 7b9a5b5a4b..98e9009709 100644
--- a/libavcodec/armv4l/simple_idct_arm.S
+++ b/libavcodec/armv4l/simple_idct_arm.S
@@ -79,7 +79,7 @@ simple_idct_ARM:
__row_loop:
- @@ read the row and check if it is null, almost null, or not, according to strongarm specs, it is not necessary to optimise ldr accesses (i.e. split 32bits in 2 16bits words), at least it gives more usable registers :)
+ @@ read the row and check if it is null, almost null, or not, according to strongarm specs, it is not necessary to optimize ldr accesses (i.e. split 32bits in 2 16bits words), at least it gives more usable registers :)
ldr r1, [r14, #0] @ R1=(int32)(R12)[0]=ROWr32[0] (relative row cast to a 32b pointer)
ldr r2, [r14, #4] @ R2=(int32)(R12)[1]=ROWr32[1]
ldr r3, [r14, #8] @ R3=ROWr32[2]
@@ -421,7 +421,7 @@ __end_a_evaluation2:
@@ col[40] = ((a2 - b2) >> COL_SHIFT);
@@ col[48] = ((a1 - b1) >> COL_SHIFT);
@@ col[56] = ((a0 - b0) >> COL_SHIFT);
- @@@@@ no optimisation here @@@@@
+ @@@@@ no optimization here @@@@@
add r8, r6, r0 @ R8=a0+b0
add r9, r2, r1 @ R9=a1+b1
mov r8, r8, asr #COL_SHIFT