Minor cosmetic cleanups.
Change-Id: I13d8ae754827368755575dd699a087b3b11f5b16
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user