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

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-04-24 09:45:01 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-04-24 21:39:46 +0400
commitf7ceaa609a0c0c00b50e04d20fa4ca521ce5e052 (patch)
tree5f3cb645683e79afb990cf07652e788914d0668c /silk/fixed
parentab5a0497056a4095a1bfe40e4dbebb12d7c503f2 (diff)
Minor comment formatting change
Diffstat (limited to 'silk/fixed')
-rw-r--r--silk/fixed/noise_shape_analysis_FIX.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/silk/fixed/noise_shape_analysis_FIX.c b/silk/fixed/noise_shape_analysis_FIX.c
index 55ff5539..f31d4efe 100644
--- a/silk/fixed/noise_shape_analysis_FIX.c
+++ b/silk/fixed/noise_shape_analysis_FIX.c
@@ -32,11 +32,10 @@ POSSIBILITY OF SUCH DAMAGE.
#include "main_FIX.h"
#include "tuning_parameters.h"
-/* Compute gain to make warped filter coefficients have a zero mean log frequency response on a */
-/* non-warped frequency scale. (So that it can be implemented with a minimum-phase monic filter.) */
-/* Note: A monic filter is one with the first coefficient equal to 1.0. In Silk
- we omit the first coefficient in an array of coefficients, for monic filters.
-*/
+/* Compute gain to make warped filter coefficients have a zero mean log frequency response on a */
+/* non-warped frequency scale. (So that it can be implemented with a minimum-phase monic filter.) */
+/* Note: A monic filter is one with the first coefficient equal to 1.0. In Silk we omit the first */
+/* coefficient in an array of coefficients, for monic filters. */
static inline opus_int32 warped_gain( /* gain in Q16*/
const opus_int32 *coefs_Q24,
opus_int lambda_Q16,