Small cleanup
authorhui su <huisu@google.com>
Thu, 1 Oct 2015 18:19:13 +0000 (11:19 -0700)
committerhui su <huisu@google.com>
Thu, 1 Oct 2015 18:19:13 +0000 (11:19 -0700)
Change-Id: I5aeaa94b743f84738d288f8b027fec4c164f2ec3

vp10/common/reconintra.c
vp9/common/vp9_reconintra.c

index 9350d67..da35530 100644 (file)
@@ -120,7 +120,6 @@ static void build_intra_predictors_high(const MACROBLOCKD *xd,
   int frame_width, frame_height;
   int x0, y0;
   const struct macroblockd_plane *const pd = &xd->plane[plane];
-  //  int base=128;
   int base = 128 << (bd - 8);
   // 127 127 127 .. 127 127 127 127 127 127
   // 129  A   B  ..  Y   Z
index e60eff8..3d84a28 100644 (file)
@@ -133,7 +133,6 @@ static void build_intra_predictors_high(const MACROBLOCKD *xd,
   int frame_width, frame_height;
   int x0, y0;
   const struct macroblockd_plane *const pd = &xd->plane[plane];
-  //  int base=128;
   int base = 128 << (bd - 8);
   // 127 127 127 .. 127 127 127 127 127 127
   // 129  A   B  ..  Y   Z