aboutsummaryrefslogtreecommitdiff
path: root/src/dsp/x86/average_blend_sse4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dsp/x86/average_blend_sse4.h')
-rw-r--r--src/dsp/x86/average_blend_sse4.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dsp/x86/average_blend_sse4.h b/src/dsp/x86/average_blend_sse4.h
index 937e8e2..cd07112 100644
--- a/src/dsp/x86/average_blend_sse4.h
+++ b/src/dsp/x86/average_blend_sse4.h
@@ -32,9 +32,13 @@ void AverageBlendInit_SSE4_1();
// If sse4 is enabled and the baseline isn't set due to a higher level of
// optimization being enabled, signal the sse4 implementation should be used.
#if LIBGAV1_TARGETING_SSE4_1
+
#ifndef LIBGAV1_Dsp8bpp_AverageBlend
#define LIBGAV1_Dsp8bpp_AverageBlend LIBGAV1_CPU_SSE4_1
#endif
+#ifndef LIBGAV1_Dsp10bpp_AverageBlend
+#define LIBGAV1_Dsp10bpp_AverageBlend LIBGAV1_CPU_SSE4_1
+#endif
#endif // LIBGAV1_TARGETING_SSE4_1