shithub: libvpx

Download patch

ref: 06bdc7f6dbb2f1287c90b1ec7326b7e8b0dc81ee
parent: dfeaaeb0ad6bb13df8e52b27f23db857251c2943
author: hui su <[email protected]>
date: Thu Oct 1 07:19:13 EDT 2015

Small cleanup

Change-Id: I5aeaa94b743f84738d288f8b027fec4c164f2ec3

--- a/vp10/common/reconintra.c
+++ b/vp10/common/reconintra.c
@@ -120,7 +120,6 @@
   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
--- a/vp9/common/vp9_reconintra.c
+++ b/vp9/common/vp9_reconintra.c
@@ -133,7 +133,6 @@
   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