mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
volume_sse: add sse optimisations
This commit is contained in:
parent
08f3e16c84
commit
7086784573
4 changed files with 440 additions and 1 deletions
|
|
@ -92,6 +92,7 @@ pa_do_volume_func_t pa_get_volume_func(pa_sample_format_t f);
|
|||
void pa_set_volume_func(pa_sample_format_t f, pa_do_volume_func_t func);
|
||||
|
||||
void pa_volume_func_init_mmx(void);
|
||||
void pa_volume_func_init_sse(void);
|
||||
|
||||
#define PA_CHANNEL_POSITION_MASK_LEFT \
|
||||
(PA_CHANNEL_POSITION_MASK(PA_CHANNEL_POSITION_FRONT_LEFT) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue