Merge "Allow block skip coding option in RTC mode"

This commit is contained in:
Jingning Han 2015-03-31 12:16:36 -07:00 committed by Gerrit Code Review
commit fa4289522e

View File

@ -1082,6 +1082,7 @@ void vp9_pick_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
} else {
this_rdc.rate = vp9_cost_bit(vp9_get_skip_prob(cm, xd), 1);
this_rdc.dist = this_sse;
x->skip_txfm[0] = 1;
}
}