diff --git a/vp9/encoder/vp9_encodeframe.c b/vp9/encoder/vp9_encodeframe.c index 8d2f14f2c..d5180a0f2 100644 --- a/vp9/encoder/vp9_encodeframe.c +++ b/vp9/encoder/vp9_encodeframe.c @@ -499,7 +499,6 @@ static void choose_partitioning(VP9_COMP *cpi, const struct scale_factors *const sf = &cm->frame_refs[LAST_FRAME - 1].sf; vp9_clear_system_state(); - vp9_zero(vt); set_offsets(cpi, tile, x, mi_row, mi_col, BLOCK_64X64); if (xd->mb_to_right_edge < 0)