Make fdct_r_row_sse2 const.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
b883c879aa
commit
db076a2c48
@ -68,7 +68,7 @@ DECLARE_ALIGNED(16, static const int16_t, fdct_one_corr)[8] = { X8(1) };
|
|||||||
|
|
||||||
DECLARE_ALIGNED(8, static const int32_t, fdct_r_row)[2] = {RND_FRW_ROW, RND_FRW_ROW };
|
DECLARE_ALIGNED(8, static const int32_t, fdct_r_row)[2] = {RND_FRW_ROW, RND_FRW_ROW };
|
||||||
|
|
||||||
static struct
|
static const struct
|
||||||
{
|
{
|
||||||
DECLARE_ALIGNED(16, const int32_t, fdct_r_row_sse2)[4];
|
DECLARE_ALIGNED(16, const int32_t, fdct_r_row_sse2)[4];
|
||||||
} fdct_r_row_sse2 =
|
} fdct_r_row_sse2 =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user