shithub: libvpx

Download patch

ref: 095d48a419a5804276b98e69c28c43b23dc6ba7e
parent: 759afe525c1aa79f8d50bc24fff3fa431f30bf0e
parent: 13eb51b83b82d83519670725bb3b2642a7aeeb3a
author: Dmitry Kovalev <dkovalev@google.com>
date: Wed Sep 3 07:05:45 EDT 2014

Merge "Removing clear_system_state() call from update_coef_probs()."

--- a/vp9/encoder/vp9_bitstream.c
+++ b/vp9/encoder/vp9_bitstream.c
@@ -671,8 +671,6 @@
   vp9_coeff_stats frame_branch_ct[TX_SIZES][PLANE_TYPES];
   vp9_coeff_probs_model frame_coef_probs[TX_SIZES][PLANE_TYPES];
 
-  vp9_clear_system_state();
-
   for (tx_size = TX_4X4; tx_size <= TX_32X32; ++tx_size)
     build_tree_distribution(cpi, tx_size, frame_branch_ct[tx_size],
                             frame_coef_probs[tx_size]);