]> granicus.if.org Git - libvpx/commitdiff
Remove redundant vp9_zero in choose_partitioning
authorJingning Han <jingning@google.com>
Fri, 5 Dec 2014 18:38:09 +0000 (10:38 -0800)
committerJingning Han <jingning@google.com>
Fri, 5 Dec 2014 18:39:39 +0000 (10:39 -0800)
It makes the overall speed -6 about 2% faster with no compression
performance change.

Change-Id: I680a967b421caa2c5a5cdb821311c4726a2df45a

vp9/encoder/vp9_encodeframe.c

index f39d14788983f93847e1ee6ab4d74d94bab8ca9a..9fb0977e393b5be814ebbd99d99b400aecb94669 100644 (file)
@@ -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)