mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
AAAAA
This commit is contained in:
parent
33ec79794e
commit
0aadba1a16
1 changed files with 0 additions and 4 deletions
|
|
@ -250,14 +250,10 @@ uint FIRFilterSSE::evaluateFilterStereo(float *dest, const float *source, uint n
|
|||
assert((length % 8) == 0);
|
||||
assert(filterCoeffsAlign != NULL);
|
||||
assert(((ulongptr)filterCoeffsAlign) % 16 == 0);
|
||||
const uint filterLength = length;
|
||||
const float *coeffsAlign = filterCoeffsAlign;
|
||||
|
||||
// filter is evaluated for two stereo samples with each iteration, thus use of 'j += 2'
|
||||
const uint filterLength = length;
|
||||
const float *coeffsAlign = filterCoeffsAlign;
|
||||
|
||||
// filter is evaluated for two stereo samples with each iteration, thus use of 'j += 2'
|
||||
#if defined(_OPENMP)
|
||||
#pragma omp parallel for default(none) \
|
||||
shared(source, dest, count, coeffsAlign, filterLength) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue