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/float
parentab5a0497056a4095a1bfe40e4dbebb12d7c503f2 (diff)
Minor comment formatting change
Diffstat (limited to 'silk/float')
-rw-r--r--silk/float/noise_shape_analysis_FLP.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/silk/float/noise_shape_analysis_FLP.c b/silk/float/noise_shape_analysis_FLP.c
index 89c97992..1c203b37 100644
--- a/silk/float/noise_shape_analysis_FLP.c
+++ b/silk/float/noise_shape_analysis_FLP.c
@@ -32,11 +32,10 @@ POSSIBILITY OF SUCH DAMAGE.
#include "main_FLP.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 silk_float warped_gain(
const silk_float *coefs,
silk_float lambda,