summaryrefslogtreecommitdiff
path: root/silk/mips
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2014-06-19 16:16:07 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2014-06-19 16:16:07 -0400
commit62351fa834571f6c7ab40d7a80458aefa6d7f6ce (patch)
tree4c86b46c2d75151beee5a9b3009df39ec2ddf85e /silk/mips
parentaa8c5f64d95d5ad0a36814ccee77a45467bda440 (diff)
downloadopus-62351fa834571f6c7ab40d7a80458aefa6d7f6ce.tar.gz
Whitespace fixesexp_mips_opt
Diffstat (limited to 'silk/mips')
-rw-r--r--silk/mips/NSQ_del_dec_mipsr1.h1
-rw-r--r--silk/mips/macros_mipsr1.h9
-rw-r--r--silk/mips/sigproc_fix_mipsr1.h1
3 files changed, 4 insertions, 7 deletions
diff --git a/silk/mips/NSQ_del_dec_mipsr1.h b/silk/mips/NSQ_del_dec_mipsr1.h
index 4e6b9805..0a3b4992 100644
--- a/silk/mips/NSQ_del_dec_mipsr1.h
+++ b/silk/mips/NSQ_del_dec_mipsr1.h
@@ -403,4 +403,3 @@ static inline void silk_noise_shape_quantizer_del_dec(
}
#endif /* __NSQ_DEL_DEC_MIPSR1_H__ */
-
diff --git a/silk/mips/macros_mipsr1.h b/silk/mips/macros_mipsr1.h
index 4f5a9762..12ed981a 100644
--- a/silk/mips/macros_mipsr1.h
+++ b/silk/mips/macros_mipsr1.h
@@ -8,7 +8,7 @@ this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
-- Neither the name of Internet Society, IETF or IETF Trust, nor the
+- Neither the name of Internet Society, IETF or IETF Trust, nor the
names of specific contributors, may be used to endorse or promote
products derived from this software without specific prior written
permission.
@@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
#define mips_clz(x) __builtin_clz(x)
#undef silk_SMULWB
-static inline int silk_SMULWB(int a, int b)
+static inline int silk_SMULWB(int a, int b)
{
long long ac;
int c;
@@ -47,7 +47,7 @@ static inline int silk_SMULWB(int a, int b)
#define silk_SMLAWB(a32, b32, c32) ((a32) + silk_SMULWB(b32, c32))
#undef silk_SMULWW
-static inline int silk_SMULWW(int a, int b)
+static inline int silk_SMULWW(int a, int b)
{
long long ac;
int c;
@@ -59,7 +59,7 @@ static inline int silk_SMULWW(int a, int b)
}
#undef silk_SMLAWW
-static inline int silk_SMLAWW(int a, int b, int c)
+static inline int silk_SMLAWW(int a, int b, int c)
{
long long ac;
int res;
@@ -90,4 +90,3 @@ static inline opus_int32 silk_CLZ32(opus_int32 in32)
}
#endif /* __SILK_MACROS_MIPSR1_H__ */
-
diff --git a/silk/mips/sigproc_fix_mipsr1.h b/silk/mips/sigproc_fix_mipsr1.h
index 12d6f7c9..3b0a6953 100644
--- a/silk/mips/sigproc_fix_mipsr1.h
+++ b/silk/mips/sigproc_fix_mipsr1.h
@@ -63,4 +63,3 @@ static inline int silk_RSHIFT_ROUND(int a, int shift)
}
#endif /* SILK_SIGPROC_FIX_MIPSR1_H */
-