sw: Swap the order of the two LUTs in the bitstream
This commit is contained in:
parent
f27c728472
commit
72dabd64db
@ -10,12 +10,12 @@ static int need_fix = 1;
|
||||
|
||||
/* LUT Definitions (correct offset, no fix must be applied) */
|
||||
static int LUT4_BITMAP[16] = {
|
||||
16, 17, 18, 19, 20, 21, 22, 23,
|
||||
24, 25, 26, 27, 28, 29, 30, 31
|
||||
24, 25, 26, 27, 28, 29, 30, 31,
|
||||
16, 17, 18, 19, 20, 21, 22, 23
|
||||
};
|
||||
static int LUT3_BITMAP[2][8] = {
|
||||
{16, 17, 18, 19, 20, 21, 22, 23},
|
||||
{24, 25, 26, 27, 28, 29, 30, 31}
|
||||
{24, 25, 26, 27, 28, 29, 30, 31},
|
||||
{16, 17, 18, 19, 20, 21, 22, 23}
|
||||
};
|
||||
|
||||
/* LUT Config Definitions */
|
||||
|
Loading…
Reference in New Issue
Block a user