Fix for supertx decode with segments

Change-Id: I5e07b0b9fafd2578ecfacf20fb70b07fd6977d98
This commit is contained in:
Peter de Rivaz 2015-06-18 19:15:15 +01:00
parent bdbae2520a
commit 3b09cc1945

View File

@ -1539,6 +1539,11 @@ static void decode_partition(VP9_COMMON *const cm, MACROBLOCKD *const xd,
int eobtotal = 0;
struct inter_args arg = { cm, xd, r, &eobtotal };
set_offsets_topblock(cm, xd, tile, bsize, mi_row, mi_col);
if (cm->seg.enabled) {
setup_plane_dequants(cm, xd, vp9_get_qindex(&cm->seg,
xd->mi[0].mbmi.segment_id,
cm->base_qindex));
}
#if CONFIG_EXT_TX
xd->mi[0].mbmi.ext_txfrm = txfm;
#endif