Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2014-01-23 04:22:05 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2014-01-23 04:22:05 +0400
commit2e6876c07a2771462eff862bc6fcc423f2cd95af (patch)
tree7b3405e2dc42a7d25ca0bd694a0efcfb4cc2ce89 /celt/arch.h
parent9b3a3ad7ff3db7f43640be02faa0f869ecff5b99 (diff)
Using SSAT in SIG2WORD16() on ARMv6
Diffstat (limited to 'celt/arch.h')
-rw-r--r--celt/arch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/celt/arch.h b/celt/arch.h
index c910c807..9f74ddd2 100644
--- a/celt/arch.h
+++ b/celt/arch.h
@@ -226,6 +226,8 @@ static OPUS_INLINE int celt_isnan(float x)
#define SCALEIN(a) ((a)*CELT_SIG_SCALE)
#define SCALEOUT(a) ((a)*(1/CELT_SIG_SCALE))
+#define SIG2WORD16(x) (x)
+
#endif /* !FIXED_POINT */
#ifndef GLOBAL_STACK_SIZE