Some code smell fixes from sonarlint
This commit is contained in:
@@ -69,9 +69,10 @@ static __m128i xmm_ff_w; // = 0x00ff00ff00ff00ffull;
|
||||
static __m128i xmm_ff_b; // = 0x00000000ffffffffull;
|
||||
|
||||
static uint32_t zero = 0;
|
||||
static double const_1_48 = (double) (1ull << 4);
|
||||
static double const_1_48 = (double) (1ULL << 4);
|
||||
|
||||
static __m128i alookup[257], aminuslookup[256];
|
||||
static __m128i alookup[257];
|
||||
static __m128i aminuslookup[256];
|
||||
static __m128i minus_254; // = 0xff02ff02ff02ff02ull;
|
||||
static __m128i bilinear_lookup[256 * 2];
|
||||
static __m128i xmm_00_ff_w[2];
|
||||
|
||||
Reference in New Issue
Block a user