Small cleanup
Change-Id: I5aeaa94b743f84738d288f8b027fec4c164f2ec3
This commit is contained in:
parent
dfeaaeb0ad
commit
06bdc7f6db
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user