Improved SSE version of xcorr_kernel()
The loop no longer reads past its buffer and is slightly faster. Also fixes RESTORE_STACK in celt_iir().
This commit is contained in:
parent
70c9c3a482
commit
e50e8084a9
2 changed files with 28 additions and 51 deletions
|
@ -217,8 +217,8 @@ void celt_iir(const opus_val32 *_x,
|
|||
}
|
||||
for(i=0;i<ord;i++)
|
||||
mem[i] = _y[N-i-1];
|
||||
#endif
|
||||
RESTORE_STACK;
|
||||
#endif
|
||||
}
|
||||
|
||||
void _celt_autocorr(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue