diff ppc/mpegvideo_altivec.c @ 5963:80103098c797 libavcodec

spelling
author vitor
date Sat, 01 Dec 2007 22:21:04 +0000
parents 72b59f7613af
children 80c7e9c015c6
line wrap: on
line diff
--- a/ppc/mpegvideo_altivec.c	Sat Dec 01 15:41:35 2007 +0000
+++ b/ppc/mpegvideo_altivec.c	Sat Dec 01 22:21:04 2007 +0000
@@ -80,7 +80,7 @@
     vector float row0, row1, row2, row3, row4, row5, row6, row7;
     vector float alt0, alt1, alt2, alt3, alt4, alt5, alt6, alt7;
     const vector float zero = (const vector float)FOUROF(0.);
-    // used after quantise step
+    // used after quantize step
     int oldBaseValue = 0;
 
     // Load the data into the row/alt vectors
@@ -258,7 +258,7 @@
         }
     }
 
-    // perform the quantise step, using the floating point data
+    // perform the quantize step, using the floating point data
     // still in the row/alt registers
     {
         const int* biasAddr;
@@ -474,7 +474,7 @@
         data[0] = (oldBaseValue + 4) >> 3;
     }
 
-    // We handled the tranpose permutation above and we don't
+    // We handled the transpose permutation above and we don't
     // need to permute the "no" permutation case.
     if ((lastNonZero > 0) &&
         (s->dsp.idct_permutation_type != FF_TRANSPOSE_IDCT_PERM) &&