Skip to content
Commit 2ceeaa24 authored by Eric Kunze's avatar Eric Kunze
Browse files

Change RESIZE border attribute to int16_t



The restriction on border limits in the ERROR_IF is
-16 * scale_y_n <= border_y < scale_y_n
and
scale_y_n <= (1 << 11)

Together, these imply

-(1 << 15) < border_y < (1 << 11)

which fits in 16 bits

Signed-off-by: Eric Kunze's avatarEric Kunze <eric.kunze@arm.com>
Change-Id: I843f29a5efd8ea3fe559d83d33a3280b39bc7068
parent 3c5f0e19
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment