Merge "Refactor bsse and skip_txfm in MACROBLOCK." into nextgenv2

This commit is contained in:
Debargha Mukherjee
2016-03-18 23:51:40 +00:00
committed by Gerrit Code Review
4 changed files with 17 additions and 17 deletions

View File

@@ -5207,7 +5207,7 @@ static void rd_supertx_sb(VP10_COMP *cpi, ThreadData *td,
// to reuse distortion values from the RD estimation, so we reset these
// flags here before evaluating RD for supertx coding.
for (plane = 0 ; plane < MAX_MB_PLANE ; plane++)
x->skip_txfm[plane << 2] = SKIP_TXFM_NONE;
x->skip_txfm[plane][0] = SKIP_TXFM_NONE;
mbmi = &xd->mi[0]->mbmi;
best_tx_nostx = mbmi->tx_type;