From f4126995b791833836830ee6da71fc4fba578fe0 Mon Sep 17 00:00:00 2001 From: Attila Nagy Date: Mon, 23 Apr 2012 12:53:30 +0300 Subject: Removes duplication of key frame mode probabilities Key frame macrobock and block mode probabilities are constant. Remove the allocation of tables for each codec instance and use instead the default const prob tables. Change-Id: I8361798ac491f9b3889e86925a494c58647c753f --- vp8/decoder/decodframe.c | 1 - 1 file changed, 1 deletion(-) (limited to 'vp8/decoder/decodframe.c') diff --git a/vp8/decoder/decodframe.c b/vp8/decoder/decodframe.c index f2d58bd0d..8d30766ec 100644 --- a/vp8/decoder/decodframe.c +++ b/vp8/decoder/decodframe.c @@ -661,7 +661,6 @@ static void init_frame(VP8D_COMP *pbi) vp8_init_mbmode_probs(pc); vp8_default_coef_probs(pc); - vp8_kf_default_bmode_probs(pc->kf_bmode_prob); /* reset the segment feature data to 0 with delta coding (Default state). */ vpx_memset(xd->segment_feature_data, 0, sizeof(xd->segment_feature_data)); -- cgit v1.2.3