audioconvert: optimize dither

Add sse2 dither optimization
This commit is contained in:
Wim Taymans 2022-06-27 14:15:01 +02:00
parent 9f55708e9d
commit b41d52cfd1
6 changed files with 160 additions and 17 deletions

View file

@ -22,7 +22,8 @@ if have_sse
endif
if have_sse2
audioconvert_sse2 = static_library('audioconvert_sse2',
['fmt-ops-sse2.c' ],
['fmt-ops-sse2.c',
'dither-ops-sse2.c' ],
c_args : [sse2_args, '-O3', '-DHAVE_SSE2'],
dependencies : [ spa_dep ],
install : false