mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
conversed gined to unsigned int
This commit is contained in:
parent
ac5c216974
commit
247c3a7a71
|
@ -85,7 +85,7 @@ static int sao_edge_ddistortion_avx2(const kvz_pixel *orig_data,
|
|||
int offsets[NUM_SAO_EDGE_CATEGORIES])
|
||||
{
|
||||
int y, x;
|
||||
int sum = 0;
|
||||
unsigned int sum = 0;
|
||||
vector2d_t a_ofs = g_sao_edge_offsets[eo_class][0];
|
||||
vector2d_t b_ofs = g_sao_edge_offsets[eo_class][1];
|
||||
|
||||
|
|
Loading…
Reference in a new issue