summaryrefslogtreecommitdiff
path: root/vp8/decoder/decodframe.c
diff options
context:
space:
mode:
authorAttila Nagy <attilanagy@google.com>2012-04-23 12:53:30 +0300
committerAttila Nagy <attilanagy@google.com>2012-04-23 12:58:39 +0300
commitf4126995b791833836830ee6da71fc4fba578fe0 (patch)
tree31665c4e9b95e8df422b18cd15271ba543b7fb53 /vp8/decoder/decodframe.c
parentabf1784c313e5882280b1aa3f33098f5679401af (diff)
downloadlibvpx-f4126995b791833836830ee6da71fc4fba578fe0.tar
libvpx-f4126995b791833836830ee6da71fc4fba578fe0.tar.gz
libvpx-f4126995b791833836830ee6da71fc4fba578fe0.tar.bz2
libvpx-f4126995b791833836830ee6da71fc4fba578fe0.zip
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
Diffstat (limited to 'vp8/decoder/decodframe.c')
-rw-r--r--vp8/decoder/decodframe.c1
1 files changed, 0 insertions, 1 deletions
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));