mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Remove unused variable
This commit is contained in:
parent
a1390ca3c0
commit
29153ed503
|
@ -647,7 +647,6 @@ static unsigned pixels_calc_ssd_avx2(const kvz_pixel *const ref, const kvz_pixel
|
|||
__m256i diff = _mm256_setzero_si256();
|
||||
__m128i sum;
|
||||
|
||||
__m128i temp = _mm_setzero_si128();
|
||||
__m256i ref_epi16;
|
||||
__m256i rec_epi16;
|
||||
|
||||
|
|
Loading…
Reference in a new issue