aboutsummaryrefslogtreecommitdiff
path: root/celt
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 /celt
parentaa8c5f64d95d5ad0a36814ccee77a45467bda440 (diff)
downloadlibopus-62351fa834571f6c7ab40d7a80458aefa6d7f6ce.tar.gz
Whitespace fixes
Diffstat (limited to 'celt')
-rw-r--r--celt/mips/celt_mipsr1.h2
-rw-r--r--celt/mips/fixed_generic_mipsr1.h1
-rw-r--r--celt/mips/pitch_mipsr1.h1
3 files changed, 1 insertions, 3 deletions
diff --git a/celt/mips/celt_mipsr1.h b/celt/mips/celt_mipsr1.h
index 2eebce6b..03915d88 100644
--- a/celt/mips/celt_mipsr1.h
+++ b/celt/mips/celt_mipsr1.h
@@ -104,7 +104,7 @@ void comb_filter(opus_val32 *y, opus_val32 *x, int T0, int T1, int N,
asm volatile("MADD $ac1, %0, %1" : : "r" ((int)MULT16_16_Q15(f,g10)), "r" ((int)x2));
asm volatile("MADD $ac1, %0, %1" : : "r" ((int)MULT16_16_Q15(f,g11)), "r" ((int)ADD32(x3,x1)));
asm volatile("MADD $ac1, %0, %1" : : "r" ((int)MULT16_16_Q15(f,g12)), "r" ((int)ADD32(x4,x0)));
-
+
asm volatile("EXTR.W %0,$ac1, %1" : "=r" (res): "i" (15));
y[i] = x[i] + res;
diff --git a/celt/mips/fixed_generic_mipsr1.h b/celt/mips/fixed_generic_mipsr1.h
index 5354092f..cf885856 100644
--- a/celt/mips/fixed_generic_mipsr1.h
+++ b/celt/mips/fixed_generic_mipsr1.h
@@ -124,4 +124,3 @@ static inline int MULT16_16_P15(int a, int b)
}
#endif /* CELT_FIXED_GENERIC_MIPSR1_H */
-
diff --git a/celt/mips/pitch_mipsr1.h b/celt/mips/pitch_mipsr1.h
index 5f46355a..b85338af 100644
--- a/celt/mips/pitch_mipsr1.h
+++ b/celt/mips/pitch_mipsr1.h
@@ -152,4 +152,3 @@ static inline void xcorr_kernel(const opus_val16 * x, const opus_val16 * y, opus
}
#endif /* PITCH_MIPSR1_H */
-