Minor cosmetic cleanups.

Change-Id: I13d8ae754827368755575dd699a087b3b11f5b16
This commit is contained in:
Ronald S. Bultje
2013-02-15 16:39:22 -08:00
parent ebfdaa0e0b
commit aa84c16da2

View File

@@ -2655,7 +2655,7 @@ static void rd_check_segment(VP9_COMP *cpi, MACROBLOCK *x,
if (base_rd < txfm_cache[ONLY_4X4]) {
txfm_cache[ONLY_4X4] = base_rd;
}
if (base_rd + diff < txfm_cache[1]) {
if (base_rd + diff < txfm_cache[ALLOW_8X8]) {
txfm_cache[ALLOW_8X8] = txfm_cache[ALLOW_16X16] =
txfm_cache[ALLOW_32X32] = base_rd + diff;
}