diff options
Diffstat (limited to 'src/dsp/x86/loop_restoration_avx2.h')
-rw-r--r-- | src/dsp/x86/loop_restoration_avx2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dsp/x86/loop_restoration_avx2.h b/src/dsp/x86/loop_restoration_avx2.h index d80227c..2c3534a 100644 --- a/src/dsp/x86/loop_restoration_avx2.h +++ b/src/dsp/x86/loop_restoration_avx2.h @@ -47,6 +47,10 @@ void LoopRestorationInit10bpp_AVX2(); #define LIBGAV1_Dsp8bpp_SelfGuidedFilter LIBGAV1_CPU_AVX2 #endif +#ifndef LIBGAV1_Dsp10bpp_SelfGuidedFilter +#define LIBGAV1_Dsp10bpp_SelfGuidedFilter LIBGAV1_CPU_AVX2 +#endif + #endif // LIBGAV1_TARGETING_AVX2 #endif // LIBGAV1_SRC_DSP_X86_LOOP_RESTORATION_AVX2_H_ |