summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_int.h
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2012-02-02 14:33:34 +0000
committerPaul Wilkins <paulwilkins@google.com>2012-02-06 16:37:11 +0000
commitc98e9d2882b4dcfe70d1a7136eb8bcb4b2eb5292 (patch)
treef406c54654431daa59704f42f0b322c359e70db2 /vp8/encoder/onyx_int.h
parent58ec6fe8c399c3f21e8e0ba368a80270581b2aa6 (diff)
downloadlibvpx-c98e9d2882b4dcfe70d1a7136eb8bcb4b2eb5292.tar
libvpx-c98e9d2882b4dcfe70d1a7136eb8bcb4b2eb5292.tar.gz
libvpx-c98e9d2882b4dcfe70d1a7136eb8bcb4b2eb5292.tar.bz2
libvpx-c98e9d2882b4dcfe70d1a7136eb8bcb4b2eb5292.zip
Moved prob_dualpred to common.
Moved the prob_dualpred[] sturcture to common. Created common prediction entry for Dual flag. Change-Id: I9ac3d128bae6114f09e5c18216d4b95cf36453d5
Diffstat (limited to 'vp8/encoder/onyx_int.h')
-rw-r--r--vp8/encoder/onyx_int.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vp8/encoder/onyx_int.h b/vp8/encoder/onyx_int.h
index cd2f25eaa..184c650ee 100644
--- a/vp8/encoder/onyx_int.h
+++ b/vp8/encoder/onyx_int.h
@@ -509,9 +509,6 @@ typedef struct VP8_COMP
int prob_skip_false;
int last_skip_false_probs[3];
int last_skip_probs_q[3];
-#if CONFIG_DUALPRED
- int prob_dualpred[3];
-#endif /* CONFIG_DUALPRED */
int recent_ref_frame_usage[MAX_REF_FRAMES];
int count_mb_ref_frame_usage[MAX_REF_FRAMES];