Merge "vp9/choose_partitioning: add missing clear_system_state"

This commit is contained in:
Yaowu Xu 2014-10-10 09:16:19 -07:00 committed by Gerrit Code Review
commit bdea0055b2

View File

@ -453,6 +453,7 @@ static void choose_partitioning(VP9_COMP *cpi,
const YV12_BUFFER_CONFIG *yv12 = get_ref_frame_buffer(cpi, LAST_FRAME);
const struct scale_factors *const sf = &cm->frame_refs[LAST_FRAME - 1].sf;
vp9_clear_system_state();
vp9_zero(vt);
set_offsets(cpi, tile, mi_row, mi_col, BLOCK_64X64);