From: Dmitry Kovalev Date: Thu, 25 Jul 2013 18:08:21 +0000 (-0700) Subject: Removing duplicated PREDICTION_PROBS constant. X-Git-Tag: v1.3.0~744^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=778989a097eb34735c615b2da16fd801ce2e015f;p=libvpx Removing duplicated PREDICTION_PROBS constant. Already defined in vp9_seg_common.h. Change-Id: I5a0e3fa15966b1ebeb77ccd506b55fc231c22342 --- diff --git a/vp9/common/vp9_blockd.h b/vp9/common/vp9_blockd.h index 129711412..921723db5 100644 --- a/vp9/common/vp9_blockd.h +++ b/vp9/common/vp9_blockd.h @@ -26,9 +26,6 @@ #include "vp9/common/vp9_treecoder.h" #define BLOCK_SIZE_GROUPS 4 - -#define PREDICTION_PROBS 3 - #define MBSKIP_CONTEXTS 3 /* Segment Feature Masks */