Yet more tabs to spaces
This commit is contained in:
@@ -19,8 +19,7 @@
|
|||||||
#ifndef VIDEO_VOODOO_DITHER_H
|
#ifndef VIDEO_VOODOO_DITHER_H
|
||||||
#define VIDEO_VOODOO_DITHER_H
|
#define VIDEO_VOODOO_DITHER_H
|
||||||
|
|
||||||
static const uint8_t dither_rb[256][4][4] =
|
static const uint8_t dither_rb[256][4][4] = {
|
||||||
{
|
|
||||||
{
|
{
|
||||||
{0, 0, 0, 0},
|
{0, 0, 0, 0},
|
||||||
{0, 0, 0, 0},
|
{0, 0, 0, 0},
|
||||||
@@ -1559,8 +1558,7 @@ static const uint8_t dither_rb[256][4][4] =
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static const uint8_t dither_g[256][4][4] =
|
static const uint8_t dither_g[256][4][4] = {
|
||||||
{
|
|
||||||
{
|
{
|
||||||
{0, 0, 0, 0},
|
{0, 0, 0, 0},
|
||||||
{0, 0, 0, 0},
|
{0, 0, 0, 0},
|
||||||
@@ -3099,8 +3097,7 @@ static const uint8_t dither_g[256][4][4] =
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static const uint8_t dither_rb2x2[256][2][2] =
|
static const uint8_t dither_rb2x2[256][2][2] = {
|
||||||
{
|
|
||||||
{
|
{
|
||||||
{0, 0},
|
{0, 0},
|
||||||
{0, 0},
|
{0, 0},
|
||||||
@@ -4127,8 +4124,7 @@ static const uint8_t dither_rb2x2[256][2][2] =
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static const uint8_t dither_g2x2[256][2][2] =
|
static const uint8_t dither_g2x2[256][2][2] = {
|
||||||
{
|
|
||||||
{
|
{
|
||||||
{0, 0},
|
{0, 0},
|
||||||
{0, 0},
|
{0, 0},
|
||||||
@@ -5156,8 +5152,7 @@ static const uint8_t dither_g2x2[256][2][2] =
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* Dither subtraction */
|
/* Dither subtraction */
|
||||||
static const uint8_t dithersub_rb[256][4][4] =
|
static const uint8_t dithersub_rb[256][4][4] = {
|
||||||
{
|
|
||||||
{
|
{
|
||||||
{0, 0, 0, 0},
|
{0, 0, 0, 0},
|
||||||
{0, 0, 0, 0},
|
{0, 0, 0, 0},
|
||||||
@@ -6696,8 +6691,7 @@ static const uint8_t dithersub_rb[256][4][4] =
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static const uint8_t dithersub_g[256][4][4] =
|
static const uint8_t dithersub_g[256][4][4] = {
|
||||||
{
|
|
||||||
{
|
{
|
||||||
{0, 0, 0, 0},
|
{0, 0, 0, 0},
|
||||||
{0, 0, 0, 0},
|
{0, 0, 0, 0},
|
||||||
@@ -8236,8 +8230,7 @@ static const uint8_t dithersub_g[256][4][4] =
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static const uint8_t dithersub_g2x2[256][2][2] =
|
static const uint8_t dithersub_g2x2[256][2][2] = {
|
||||||
{
|
|
||||||
{
|
{
|
||||||
{0, 0},
|
{0, 0},
|
||||||
{0, 0},
|
{0, 0},
|
||||||
@@ -9264,8 +9257,7 @@ static const uint8_t dithersub_g2x2[256][2][2] =
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static const uint8_t dithersub_rb2x2[256][2][2] =
|
static const uint8_t dithersub_rb2x2[256][2][2] = {
|
||||||
{
|
|
||||||
{
|
{
|
||||||
{0, 0},
|
{0, 0},
|
||||||
{0, 0},
|
{0, 0},
|
||||||
|
|||||||
Reference in New Issue
Block a user