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

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libspeex/window.c')
-rw-r--r--libspeex/window.c58
1 files changed, 29 insertions, 29 deletions
diff --git a/libspeex/window.c b/libspeex/window.c
index fe5ee70..a89d4d7 100644
--- a/libspeex/window.c
+++ b/libspeex/window.c
@@ -1,21 +1,21 @@
-/* Copyright (C) 2006 Jean-Marc Valin
+/* Copyright (C) 2006 Jean-Marc Valin
File: window.c
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
-
+
- Redistributions of source code must retain the above copyright
notice, 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 the Xiph.org Foundation nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
-
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
@@ -41,30 +41,30 @@ const spx_word16_t lag_window[11] = {
};
const spx_word16_t lpc_window[200] = {
-2621, 2627, 2642, 2668, 2704, 2750, 2807, 2874,
-2951, 3038, 3135, 3242, 3359, 3486, 3623, 3769,
-3925, 4090, 4264, 4448, 4641, 4843, 5053, 5272,
-5500, 5736, 5981, 6233, 6493, 6761, 7036, 7319,
-7609, 7905, 8209, 8519, 8835, 9157, 9485, 9819,
-10158, 10502, 10852, 11206, 11564, 11926, 12293, 12663,
-13037, 13414, 13793, 14176, 14561, 14948, 15337, 15727,
-16119, 16512, 16906, 17300, 17695, 18089, 18484, 18877,
-19270, 19662, 20053, 20442, 20829, 21214, 21596, 21976,
-22353, 22726, 23096, 23463, 23826, 24184, 24538, 24887,
-25231, 25570, 25904, 26232, 26555, 26871, 27181, 27484,
-27781, 28070, 28353, 28628, 28896, 29157, 29409, 29653,
-29889, 30117, 30336, 30547, 30749, 30941, 31125, 31300,
-31465, 31621, 31767, 31903, 32030, 32147, 32254, 32352,
-32439, 32516, 32582, 32639, 32685, 32722, 32747, 32763,
-32767, 32767, 32767, 32767, 32767, 32767, 32767, 32767,
-32767, 32767, 32767, 32767, 32767, 32767, 32767, 32767,
-32767, 32767, 32767, 32767, 32767, 32767, 32767, 32767,
-32767, 32767, 32767, 32767, 32767, 32767, 32767, 32767,
-32767, 32767, 32767, 32767, 32767, 32767, 32767, 32767,
-32767, 32767, 32767, 32767, 32767, 32767, 32767, 32767,
-32767, 32767, 32767, 32723, 32590, 32368, 32058, 31661,
-31177, 30610, 29959, 29227, 28416, 27528, 26566, 25532,
-24430, 23263, 22034, 20747, 19406, 18015, 16579, 15104,
+2621, 2627, 2642, 2668, 2704, 2750, 2807, 2874,
+2951, 3038, 3135, 3242, 3359, 3486, 3623, 3769,
+3925, 4090, 4264, 4448, 4641, 4843, 5053, 5272,
+5500, 5736, 5981, 6233, 6493, 6761, 7036, 7319,
+7609, 7905, 8209, 8519, 8835, 9157, 9485, 9819,
+10158, 10502, 10852, 11206, 11564, 11926, 12293, 12663,
+13037, 13414, 13793, 14176, 14561, 14948, 15337, 15727,
+16119, 16512, 16906, 17300, 17695, 18089, 18484, 18877,
+19270, 19662, 20053, 20442, 20829, 21214, 21596, 21976,
+22353, 22726, 23096, 23463, 23826, 24184, 24538, 24887,
+25231, 25570, 25904, 26232, 26555, 26871, 27181, 27484,
+27781, 28070, 28353, 28628, 28896, 29157, 29409, 29653,
+29889, 30117, 30336, 30547, 30749, 30941, 31125, 31300,
+31465, 31621, 31767, 31903, 32030, 32147, 32254, 32352,
+32439, 32516, 32582, 32639, 32685, 32722, 32747, 32763,
+32767, 32767, 32767, 32767, 32767, 32767, 32767, 32767,
+32767, 32767, 32767, 32767, 32767, 32767, 32767, 32767,
+32767, 32767, 32767, 32767, 32767, 32767, 32767, 32767,
+32767, 32767, 32767, 32767, 32767, 32767, 32767, 32767,
+32767, 32767, 32767, 32767, 32767, 32767, 32767, 32767,
+32767, 32767, 32767, 32767, 32767, 32767, 32767, 32767,
+32767, 32767, 32767, 32723, 32590, 32368, 32058, 31661,
+31177, 30610, 29959, 29227, 28416, 27528, 26566, 25532,
+24430, 23263, 22034, 20747, 19406, 18015, 16579, 15104,
13594, 12058, 10503, 8941, 7391, 5887, 4498, 3392
};
#else