shithub: libvpx

Download patch

ref: b94d618fc9a7fe7a6bddb6fe30d647805e2fc629
parent: ab4b17a4d4155edec69350b949e8979b0c72cac8
parent: cd0ffb4228460380f11593a6cbed95923c5bc114
author: Dmitry Kovalev <dkovalev@google.com>
date: Fri Feb 7 13:14:01 EST 2014

Merge "Removing references to nonexistent functions."

--- a/vp9/encoder/vp9_onyx_if.c
+++ b/vp9/encoder/vp9_onyx_if.c
@@ -1729,11 +1729,6 @@
                                sizeof(*cpi->mbgraph_stats[i].mb_stats), 1));
   }
 
-#ifdef ENTROPY_STATS
-  if (cpi->pass != 1)
-    init_context_counters();
-#endif
-
   /*Initialize the feed-forward activity masking.*/
   cpi->activity_avg = 90 << 12;
   cpi->key_frame_frequency = cpi->oxcf.key_freq;
@@ -3271,10 +3266,6 @@
       vp9_adapt_mv_probs(cm, cm->allow_high_precision_mv);
     }
   }
-
-#ifdef ENTROPY_STATS
-  vp9_update_mode_context_stats(cpi);
-#endif
 
 #if 0
   output_frame_level_debug_stats(cpi);