]> granicus.if.org Git - libvpx/commitdiff
Removing references to nonexistent functions.
authorDmitry Kovalev <dkovalev@google.com>
Sat, 8 Feb 2014 00:45:19 +0000 (16:45 -0800)
committerDmitry Kovalev <dkovalev@google.com>
Sat, 8 Feb 2014 00:45:19 +0000 (16:45 -0800)
Change-Id: Ib093d2b9030006806ef9eba16c114f25a58e8f6b

vp9/encoder/vp9_onyx_if.c

index 917d3a4a2756a0797d20419a9182094fccfffe27..2497b84a4568264a319f584c9bf8b7d2ecdeca1f 100644 (file)
@@ -1729,11 +1729,6 @@ VP9_PTR vp9_create_compressor(VP9_CONFIG *oxcf) {
                                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;
@@ -3272,10 +3267,6 @@ static void encode_frame_to_data_rate(VP9_COMP *cpi,
     }
   }
 
-#ifdef ENTROPY_STATS
-  vp9_update_mode_context_stats(cpi);
-#endif
-
 #if 0
   output_frame_level_debug_stats(cpi);
 #endif