Merge "Correctly set the segment_id prediction flag and context"

This commit is contained in:
Guillaume Martres 2013-09-25 18:04:21 -07:00 committed by Gerrit Code Review
commit 7755b9dada

View File

@ -130,6 +130,8 @@ static void count_segs(VP9_COMP *cpi, MODE_INFO **mi_8x8,
return;
segment_id = mi_8x8[0]->mbmi.segment_id;
xd->mi_8x8 = mi_8x8;
xd->this_mi = mi_8x8[0];
set_mi_row_col(cm, xd, mi_row, bh, mi_col, bw);