xiph
/
opus.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Speeding up PVQ using unlikely() and moving first position out of the loop
[opus.git]
/
silk
/
resampler_private_down_FIR.c
diff --git
a/silk/resampler_private_down_FIR.c
b/silk/resampler_private_down_FIR.c
index
73b1c40
..
783e42b
100644
(file)
--- a/
silk/resampler_private_down_FIR.c
+++ b/
silk/resampler_private_down_FIR.c
@@
-33,7
+33,7
@@
POSSIBILITY OF SUCH DAMAGE.
#include "resampler_private.h"
#include "stack_alloc.h"
#include "resampler_private.h"
#include "stack_alloc.h"
-static
inline
opus_int16 *silk_resampler_private_down_FIR_INTERPOL(
+static
OPUS_INLINE
opus_int16 *silk_resampler_private_down_FIR_INTERPOL(
opus_int16 *out,
opus_int32 *buf,
const opus_int16 *FIR_Coefs,
opus_int16 *out,
opus_int32 *buf,
const opus_int16 *FIR_Coefs,