Fix static segmentation feature.
Change-Id: Ia36f626b9b3c2fe7eb89bb9acddf4701db1baef2
This commit is contained in:
parent
340c7a48e6
commit
7dbd8a5d2b
@ -265,6 +265,9 @@ static void update_mbgraph_frame_stats(VP9_COMP *cpi,
|
||||
xd->plane[0].pre[0].stride = buf->y_stride;
|
||||
xd->plane[1].dst.stride = buf->uv_stride;
|
||||
xd->mode_info_context = &mi_local;
|
||||
mi_local.mbmi.sb_type = BLOCK_SIZE_MB16X16;
|
||||
mi_local.mbmi.ref_frame[0] = LAST_FRAME;
|
||||
mi_local.mbmi.ref_frame[1] = NONE;
|
||||
|
||||
for (mb_row = 0; mb_row < cm->mb_rows; mb_row++) {
|
||||
int_mv arf_left_mv, gld_left_mv;
|
||||
|
Loading…
x
Reference in New Issue
Block a user