Fix the comments.

Change-Id: I9789476865a1b24dad54115d8f7edb4fed780b90
This commit is contained in:
hkuang 2014-12-08 12:44:09 -08:00
parent f925e5ce0f
commit 81e5cb86d3

View 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];