added missed replacement
Change-Id: I2bce6f381fef0729b4dd5eb09ccb609f2eddd7ef
This commit is contained in:
parent
f53d007b9e
commit
a8f9b9c94f
@ -103,9 +103,9 @@ static void extend_frame(YV12_BUFFER_CONFIG *ybf,
|
||||
const int c_h = (ybf->y_crop_height + subsampling_y) >> subsampling_y;
|
||||
const int c_et = ext_size >> subsampling_y;
|
||||
const int c_el = ext_size >> subsampling_x;
|
||||
const int c_eb = (ybf->border + ybf->y_height - ybf->y_crop_height +
|
||||
const int c_eb = (ext_size + ybf->y_height - ybf->y_crop_height +
|
||||
subsampling_y) >> subsampling_y;
|
||||
const int c_er = (ybf->border + ybf->y_width - ybf->y_crop_width +
|
||||
const int c_er = (ext_size + ybf->y_width - ybf->y_crop_width +
|
||||
subsampling_x) >> subsampling_x;
|
||||
|
||||
assert(ybf->y_height - ybf->y_crop_height < 16);
|
||||
|
Loading…
x
Reference in New Issue
Block a user