From c98e9d2882b4dcfe70d1a7136eb8bcb4b2eb5292 Mon Sep 17 00:00:00 2001 From: Paul Wilkins Date: Thu, 2 Feb 2012 14:33:34 +0000 Subject: Moved prob_dualpred to common. Moved the prob_dualpred[] sturcture to common. Created common prediction entry for Dual flag. Change-Id: I9ac3d128bae6114f09e5c18216d4b95cf36453d5 --- vp8/decoder/onyxd_int.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'vp8/decoder/onyxd_int.h') 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; -- cgit v1.2.3