From: Dmitry Kovalev Date: Sat, 8 Feb 2014 00:45:19 +0000 (-0800) Subject: Removing references to nonexistent functions. X-Git-Tag: v1.4.0~2457^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd0ffb4228460380f11593a6cbed95923c5bc114;p=libvpx Removing references to nonexistent functions. Change-Id: Ib093d2b9030006806ef9eba16c114f25a58e8f6b --- 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