aboutsummaryrefslogtreecommitdiff
path: root/src/dsp/dsp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dsp/dsp.cc')
-rw-r--r--src/dsp/dsp.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dsp/dsp.cc b/src/dsp/dsp.cc
index a3d7701..aac0ca0 100644
--- a/src/dsp/dsp.cc
+++ b/src/dsp/dsp.cc
@@ -155,7 +155,9 @@ void DspInit() {
WarpInit_NEON();
WeightMaskInit_NEON();
#if LIBGAV1_MAX_BITDEPTH >= 10
+ ConvolveInit10bpp_NEON();
InverseTransformInit10bpp_NEON();
+ LoopRestorationInit10bpp_NEON();
#endif // LIBGAV1_MAX_BITDEPTH >= 10
#endif // LIBGAV1_ENABLE_NEON
});