shithub: libvpx

Download patch

ref: cd0ffb4228460380f11593a6cbed95923c5bc114
parent: 22ee1b3c5cf7ee78e4b5fb48e337f769c8472255
author: Dmitry Kovalev <dkovalev@google.com>
date: Fri Feb 7 11:45:19 EST 2014

Removing references to nonexistent functions.

Change-Id: Ib093d2b9030006806ef9eba16c114f25a58e8f6b

--- 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);
--