]> granicus.if.org Git - libvpx/commitdiff
Fix the comments.
authorhkuang <hkuang@google.com>
Mon, 8 Dec 2014 20:44:09 +0000 (12:44 -0800)
committerhkuang <hkuang@google.com>
Mon, 8 Dec 2014 20:44:09 +0000 (12:44 -0800)
Change-Id: I9789476865a1b24dad54115d8f7edb4fed780b90

vp9/common/vp9_loopfilter.c

index 43a4fe5b9e69d24d478b70407eebb2242f8df258..58b2da75f512c71e7acc3dd2ab9d463d6be8260b 100644 (file)
@@ -968,7 +968,7 @@ void vp9_setup_mask(VP9_COMMON *const cm, const int mi_row, const int mi_col,
       break;
   }
   // The largest loopfilter we have is 16x16 so we use the 16x16 mask
-  // for 32x32 transforms also also.
+  // for 32x32 transforms also.
   lfm->left_y[TX_16X16] |= lfm->left_y[TX_32X32];
   lfm->above_y[TX_16X16] |= lfm->above_y[TX_32X32];
   lfm->left_uv[TX_16X16] |= lfm->left_uv[TX_32X32];