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:
Diffstat (limited to 'src/x86/itx_init_tmpl.c')
-rw-r--r--src/x86/itx_init_tmpl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/x86/itx_init_tmpl.c b/src/x86/itx_init_tmpl.c
index 467d382..3bce9da 100644
--- a/src/x86/itx_init_tmpl.c
+++ b/src/x86/itx_init_tmpl.c
@@ -271,6 +271,7 @@ COLD void bitfn(dav1d_itx_dsp_init_x86)(Dav1dInvTxfmDSPContext *const c,
assign_itx16_bpc_fn(R, 8, 4, 12, avx2);
assign_itx16_bpc_fn( , 8, 8, 12, avx2);
assign_itx16_bpc_fn(R, 8, 16, 12, avx2);
+ assign_itx2_bpc_fn (R, 8, 32, 12, avx2);
assign_itx16_bpc_fn(R, 16, 4, 12, avx2);
assign_itx16_bpc_fn(R, 16, 8, 12, avx2);
assign_itx12_bpc_fn( , 16, 16, 12, avx2);