summaryrefslogtreecommitdiff
path: root/vp8/encoder/modecosts.c
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/encoder/modecosts.c')
-rw-r--r--vp8/encoder/modecosts.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/vp8/encoder/modecosts.c b/vp8/encoder/modecosts.c
index 7a9c19a82..8752eead7 100644
--- a/vp8/encoder/modecosts.c
+++ b/vp8/encoder/modecosts.c
@@ -32,13 +32,8 @@ void vp8_init_mode_costs(VP8_COMP *c) {
vp8_cost_tokens((int *)c->mb.inter_bmode_costs, x->fc.bmode_prob, T);
}
-#if CONFIG_ADAPTIVE_ENTROPY
vp8_cost_tokens((int *)c->mb.inter_bmode_costs,
- vp8_sub_mv_ref_prob, vp8_sub_mv_ref_tree);
-#else
- vp8_cost_tokens(c->mb.inter_bmode_costs,
- vp8_sub_mv_ref_prob, vp8_sub_mv_ref_tree);
-#endif
+ x->fc.sub_mv_ref_prob[0], vp8_sub_mv_ref_tree);
vp8_cost_tokens(c->mb.mbmode_cost[1], x->fc.ymode_prob, vp8_ymode_tree);
vp8_cost_tokens(c->mb.mbmode_cost[0],