Normalize line endings and whitespace
This commit is contained in:

committed by
Andrey Kamaev

parent
69020da607
commit
04384a71e4
@@ -104,7 +104,7 @@ const float g_8x32fTab[] =
|
||||
};
|
||||
|
||||
/* [-255..255].^2 */
|
||||
const ushort g_8x16uSqrTab[] =
|
||||
const ushort g_8x16uSqrTab[] =
|
||||
{
|
||||
65025, 64516, 64009, 63504, 63001, 62500, 62001, 61504, 61009, 60516, 60025, 59536,
|
||||
59049, 58564, 58081, 57600, 57121, 56644, 56169, 55696, 55225, 54756, 54289, 53824,
|
||||
@@ -151,7 +151,7 @@ const ushort g_8x16uSqrTab[] =
|
||||
62001, 62500, 63001, 63504, 64009, 64516, 65025
|
||||
};
|
||||
|
||||
const uchar g_Saturate8u[] =
|
||||
const uchar g_Saturate8u[] =
|
||||
{
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
|
Reference in New Issue
Block a user