shithub: libvpx

Download patch

ref: 377950f1115ed63cbef46b56aa6b33e8f6bef5ca
parent: 5023627cb458736971823faabc85e3e322437063
parent: df6f6180795bc781ea00b39e49b4b85561e64dc2
author: Dmitry Kovalev <dkovalev@google.com>
date: Wed May 28 06:55:12 EDT 2014

Merge "Removing redundant vp9_zero() call."

--- a/vp9/encoder/vp9_encoder.c
+++ b/vp9/encoder/vp9_encoder.c
@@ -2115,8 +2115,6 @@
 
   vp9_clear_system_state();
 
-  vp9_zero(cpi->rd.tx_select_threshes);
-
 #if CONFIG_VP9_POSTPROC
   if (cpi->oxcf.noise_sensitivity > 0) {
     int l = 0;