shithub: libvpx

Download patch

ref: a183f17d339a22ff3a5c76ac829c84115eadeb3f
parent: 47336afd8dd257cb7502db0664746f251be37e41
parent: bc8b0529db9bcacadeaaf7b4faed76da4fae6a58
author: Adrian Grange <agrange@google.com>
date: Wed Jul 24 05:48:57 EDT 2013

Merge "Correct spelling mistakes"

--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -2283,9 +2283,9 @@
 
   // In the longer term the encoder should be generalized to match the
   // decoder such that we allow compound where one of the 3 buffers has a
-  // differnt sign bias and that buffer is then the fixed ref. However, this
+  // different sign bias and that buffer is then the fixed ref. However, this
   // requires further work in the rd loop. For now the only supported encoder
-  // side behaviour is where the ALT ref buffer has oppositie sign bias to
+  // side behaviour is where the ALT ref buffer has opposite sign bias to
   // the other two.
   if ((cm->ref_frame_sign_bias[ALTREF_FRAME]
        == cm->ref_frame_sign_bias[GOLDEN_FRAME])
@@ -2331,7 +2331,7 @@
     /* filter type selection */
     // FIXME(rbultje) for some odd reason, we often select smooth_filter
     // as default filter for ARF overlay frames. This is a REALLY BAD
-    // IDEA so we explicitely disable it here.
+    // IDEA so we explicitly disable it here.
     if (frame_type != 3 &&
         cpi->rd_filter_threshes[frame_type][1] >
             cpi->rd_filter_threshes[frame_type][0] &&
--- a/vp9/encoder/vp9_onyx_if.c
+++ b/vp9/encoder/vp9_onyx_if.c
@@ -432,7 +432,7 @@
           vp9_enable_segfeature(&xd->seg, 0, SEG_LVL_SKIP);
           vp9_enable_segfeature(&xd->seg, 1, SEG_LVL_SKIP);
       }
-      // Enable data udpate
+      // Enable data update
       xd->seg.update_data = 1;
     } else {
       // All other frames.