Fix asserts in high_convolve
Change-Id: I89fb190ef22d8edf7622dea5ef1c0e47faa95d23
This commit is contained in:
@@ -405,8 +405,8 @@ static void high_convolve(const uint8_t *src, ptrdiff_t src_stride,
|
||||
|
||||
assert(w <= 64);
|
||||
assert(h <= 64);
|
||||
assert(y_step_q4 <= 80);
|
||||
assert(x_step_q4 <= 80);
|
||||
assert(y_step_q4 <= 32);
|
||||
assert(x_step_q4 <= 32);
|
||||
|
||||
if (intermediate_height < h)
|
||||
intermediate_height = h;
|
||||
|
||||
Reference in New Issue
Block a user