ipu: Use alignas to ensure 16-byte alignment of indx4 array

This commit is contained in:
Jonathan Li 2020-05-18 10:48:23 +01:00
parent aec8e959d9
commit 08cb843180
1 changed files with 1 additions and 2 deletions

View File

@ -47,8 +47,7 @@ static rgb16_t vqclut[16]; //clut conversion table
static u8 s_thresh[2]; //thresholds for color conversions
int coded_block_pattern = 0;
u8 indx4[16*16/2];
alignas(16) static u8 indx4[16*16/2];
uint eecount_on_last_vdec = 0;
bool FMVstarted = false;