sw_engine SwCommon: Change spans's x,y value type
authorJunsuChoi <jsuya.choi@samsung.com>
Wed, 1 Dec 2021 06:07:54 +0000 (15:07 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Wed, 1 Dec 2021 07:51:22 +0000 (16:51 +0900)
commit172d3abff1e736551a7d70b9d377963782509a5a
tree741c295c09bb2528772602128347103a488ce280
parentcc58da3addb13594225efb2e1e12a1aa8bc1b1a1
sw_engine SwCommon: Change spans's x,y value type

The x and y of spans cannot be negative
because they are specified as coordinates inside the buffer.
Change the type to fix warnings and potential problems
that occur in conversion between int16_t and uint32_t.
src/lib/sw_engine/tvgSwCommon.h