]> granicus.if.org Git - libvpx/commitdiff
Resolve conficts caused by master branch merging
authorhui su <huisu@google.com>
Fri, 6 Nov 2015 22:35:08 +0000 (14:35 -0800)
committerhui su <huisu@google.com>
Fri, 6 Nov 2015 22:35:08 +0000 (14:35 -0800)
Change-Id: I167e241b789331572581fcb0567ebe535b4b9345

vp10/common/reconintra.c

index caef8eb7af14855a6b5c0367eb3470f7de4fd032..28aa9152a03c359372dfec23563f79d814e30a86 100644 (file)
@@ -934,9 +934,6 @@ static void build_intra_predictors_high(const MACROBLOCKD *xd,
   int x0, y0;
   const struct macroblockd_plane *const pd = &xd->plane[plane];
 #endif
-  const int need_left = extend_modes[mode] & NEED_LEFT;
-  const int need_above = extend_modes[mode] & NEED_ABOVE;
-  const int need_aboveright = extend_modes[mode] & NEED_ABOVERIGHT;
   int base = 128 << (bd - 8);
   // 127 127 127 .. 127 127 127 127 127 127
   // 129  A   B  ..  Y   Z