channelmix: add SEE 7p1 to stereo downmix

This commit is contained in:
Wim Taymans 2026-04-27 15:59:38 +02:00
parent 67f1e3a889
commit edb3c27aa4
3 changed files with 72 additions and 0 deletions

View file

@ -85,6 +85,9 @@ static const struct channelmix_info {
#endif
MAKE(6, MASK_5_1, 4, MASK_3_1, channelmix_f32_5p1_3p1_c),
#if defined (HAVE_SSE)
MAKE(8, MASK_7_1, 2, MASK_STEREO, channelmix_f32_7p1_2_sse, SPA_CPU_FLAG_SSE),
#endif
MAKE(8, MASK_7_1, 2, MASK_STEREO, channelmix_f32_7p1_2_c),
MAKE(8, MASK_7_1, 4, MASK_QUAD, channelmix_f32_7p1_4_c),
MAKE(8, MASK_7_1, 4, MASK_3_1, channelmix_f32_7p1_3p1_c),