Merge "Refactor bsse and skip_txfm in MACROBLOCK." into nextgenv2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user