summaryrefslogtreecommitdiff
path: root/vp8/decoder/onyxd_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/decoder/onyxd_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/decoder/onyxd_int.h')
-rw-r--r--vp8/decoder/onyxd_int.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vp8/decoder/onyxd_int.h b/vp8/decoder/onyxd_int.h
index 4e22bd041..df2cc6fcb 100644
--- a/vp8/decoder/onyxd_int.h
+++ b/vp8/decoder/onyxd_int.h
@@ -130,9 +130,6 @@ typedef struct VP8Decompressor
#endif
vp8_prob prob_skip_false;
-#if CONFIG_DUALPRED
- vp8_prob prob_dualpred[3];
-#endif /* CONFIG_DUALPRED */
#if CONFIG_ERROR_CONCEALMENT
MB_OVERLAP *overlaps;