ref: 13eb51b83b82d83519670725bb3b2642a7aeeb3a
parent: 4d5c914809625031d4ca91302849543f8f06971d
author: Dmitry Kovalev <dkovalev@google.com>
date: Thu Aug 21 13:21:07 EDT 2014
Removing clear_system_state() call from update_coef_probs(). clear_system_state() is already called before write_compressed_header(). Change-Id: Ia9fb0d0672f939ba7d92a69a2cd6f5c62088c79d
--- a/vp9/encoder/vp9_bitstream.c
+++ b/vp9/encoder/vp9_bitstream.c
@@ -670,8 +670,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]);
--
⑨