mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
fix sign confusion
This commit is contained in:
parent
74e5f9fbcf
commit
e918f9f77c
60 changed files with 164 additions and 146 deletions
|
|
@ -40,7 +40,7 @@ static void impl_peaks_process_sse(struct resample *r, int channel,
|
|||
{
|
||||
struct peaks_data *pd = r->data;
|
||||
float *s = src, *d = dst, m;
|
||||
int i, o, end, chunk, unrolled;
|
||||
uint32_t i, o, end, chunk, unrolled;
|
||||
__m128 in, max, mask = _mm_set_ps1(-0.0f);
|
||||
|
||||
o = i = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue