shithub: libvpx

Download patch

ref: 9d88b308541669131d8b7c3b3f33d1869ae15556
parent: a3a4a34c60b4ed8e1bccb39495d6f9524028c3a0
author: Jingning Han <jingning@google.com>
date: Fri Dec 5 05:38:09 EST 2014

Remove redundant vp9_zero in choose_partitioning

It makes the overall speed -6 about 2% faster with no compression
performance change.

Change-Id: I680a967b421caa2c5a5cdb821311c4726a2df45a

--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -499,7 +499,6 @@
   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)