summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropymode.h
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/common/vp9_entropymode.h
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/common/vp9_entropymode.h')
-rw-r--r--vp9/common/vp9_entropymode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp9/common/vp9_entropymode.h b/vp9/common/vp9_entropymode.h
index 8c14e7e17..a71585a92 100644
--- a/vp9/common/vp9_entropymode.h
+++ b/vp9/common/vp9_entropymode.h
@@ -67,8 +67,6 @@ void vp9_setup_past_independence(struct VP9Common *cm, MACROBLOCKD *xd);
void vp9_init_mbmode_probs(struct VP9Common *x);
-void vp9_adapt_mode_context(struct VP9Common *pc);
-
void vp9_adapt_mode_probs(struct VP9Common *);
void vp9_accum_mv_refs(struct VP9Common *pc, MB_PREDICTION_MODE m, int context);