From cd0ffb4228460380f11593a6cbed95923c5bc114 Mon Sep 17 00:00:00 2001 From: Dmitry Kovalev Date: Fri, 7 Feb 2014 16:45:19 -0800 Subject: [PATCH] Removing references to nonexistent functions. Change-Id: Ib093d2b9030006806ef9eba16c114f25a58e8f6b --- vp9/encoder/vp9_onyx_if.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/vp9/encoder/vp9_onyx_if.c b/vp9/encoder/vp9_onyx_if.c index 917d3a4a2..2497b84a4 100644 --- a/vp9/encoder/vp9_onyx_if.c +++ b/vp9/encoder/vp9_onyx_if.c @@ -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 -- 2.40.0