Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Gramner <gramner@twoorioles.com>2022-02-02 05:45:25 +0300
committerHenrik Gramner <henrik@gramner.com>2022-02-08 17:04:19 +0300
commit02b8876eb9c03ac7e31ea03742f12bd7a6ed77d2 (patch)
tree84f5b6fd886355e88f822e38aa02bfd8b9d1d8fc /src/tables.c
parent79fed8ae709c63760820ed0a7fac1833e8ada313 (diff)
x86: Add high bit-depth ipred filter AVX-512 (Ice Lake) asm
Diffstat (limited to 'src/tables.c')
-rw-r--r--src/tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tables.c b/src/tables.c
index 92b8c4b..9752f15 100644
--- a/src/tables.c
+++ b/src/tables.c
@@ -756,7 +756,7 @@ const uint16_t dav1d_dr_intra_derivative[44] = {
[1*idx+32] = f4, [1*idx+40] = f5, \
[1*idx+48] = f6
#endif
-const int8_t ALIGN(dav1d_filter_intra_taps[5][64], 16) = {
+const int8_t ALIGN(dav1d_filter_intra_taps[5][64], 64) = {
{
F( 0, -6, 10, 0, 0, 0, 12, 0 ),
F( 1, -5, 2, 10, 0, 0, 9, 0 ),