summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decodframe.c
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2013-07-24 10:31:07 -0700
committerDmitry Kovalev <dkovalev@google.com>2013-07-25 10:48:45 -0700
commit47d61f008fd9f97dc01395d110a55f297f777578 (patch)
tree3eb18f96a0850189eb8696639d26e2b008820369 /vp9/decoder/vp9_decodframe.c
parent242157c756314827ad9244952c7253e8900b9626 (diff)
downloadlibvpx-47d61f008fd9f97dc01395d110a55f297f777578.tar
libvpx-47d61f008fd9f97dc01395d110a55f297f777578.tar.gz
libvpx-47d61f008fd9f97dc01395d110a55f297f777578.tar.bz2
libvpx-47d61f008fd9f97dc01395d110a55f297f777578.zip
Removing vp9_adapt_mode_context function.
Moving code from vp9_adapt_mode_context to vp9_adapt_mode_probs. Change-Id: I60829c30b28968cd813551ef3a206dfb98d323c9
Diffstat (limited to 'vp9/decoder/vp9_decodframe.c')
-rw-r--r--vp9/decoder/vp9_decodframe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp9/decoder/vp9_decodframe.c b/vp9/decoder/vp9_decodframe.c
index ffec8ea44..f5086d668 100644
--- a/vp9/decoder/vp9_decodframe.c
+++ b/vp9/decoder/vp9_decodframe.c
@@ -994,7 +994,6 @@ int vp9_decode_frame(VP9D_COMP *pbi, const uint8_t **p_data_end) {
if (!keyframe && !pc->intra_only) {
vp9_adapt_mode_probs(pc);
- vp9_adapt_mode_context(pc);
vp9_adapt_mv_probs(pc, xd->allow_high_precision_mv);
}
}