diff options
Diffstat (limited to 'src/dsp/x86/super_res_sse4.h')
-rw-r--r-- | src/dsp/x86/super_res_sse4.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/dsp/x86/super_res_sse4.h b/src/dsp/x86/super_res_sse4.h index aef5147..07a7ef4 100644 --- a/src/dsp/x86/super_res_sse4.h +++ b/src/dsp/x86/super_res_sse4.h @@ -30,9 +30,21 @@ void SuperResInit_SSE4_1(); } // namespace libgav1 #if LIBGAV1_TARGETING_SSE4_1 +#ifndef LIBGAV1_Dsp8bpp_SuperResCoefficients +#define LIBGAV1_Dsp8bpp_SuperResCoefficients LIBGAV1_CPU_SSE4_1 +#endif + #ifndef LIBGAV1_Dsp8bpp_SuperRes #define LIBGAV1_Dsp8bpp_SuperRes LIBGAV1_CPU_SSE4_1 #endif + +#ifndef LIBGAV1_Dsp10bpp_SuperResCoefficients +#define LIBGAV1_Dsp10bpp_SuperResCoefficients LIBGAV1_CPU_SSE4_1 +#endif + +#ifndef LIBGAV1_Dsp10bpp_SuperRes +#define LIBGAV1_Dsp10bpp_SuperRes LIBGAV1_CPU_SSE4_1 +#endif #endif // LIBGAV1_TARGETING_SSE4_1 #endif // LIBGAV1_SRC_DSP_X86_SUPER_RES_SSE4_H_ |