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

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-02-11 08:44:48 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-02-11 08:44:48 +0300
commitcb7a2a3d52f562792c2efe81b204048ef9a5065c (patch)
tree44098764f554175ffa7225ba8310b502f1a64b99 /libcelt/pgain_table.h
parent6c1f60494408fb4fd70ae4f6a1c788489bcc9c21 (diff)
Re-ordered the parameters in the stream: [energy, pitch index, pitch gains]
Also fixed a bug that was exposed by the change (and removed some warnings)
Diffstat (limited to 'libcelt/pgain_table.h')
-rw-r--r--libcelt/pgain_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcelt/pgain_table.h b/libcelt/pgain_table.h
index aeaf6da..1c2c69b 100644
--- a/libcelt/pgain_table.h
+++ b/libcelt/pgain_table.h
@@ -1,8 +1,8 @@
float pgain_table[1024] = {
+0., 0., 0., 0., 0., 0., 0., 0.,
0.0787638, 0.0502377, 0.0370167, 0.0322025, 0.356783, 0.0669546, 0.0574281, 0.0260472,
0.5126, 0.499592, 0.460184, 0.032245, 0.0312514, 0.0289121, 0.0265145, 0.0207962,
0.373555, 0.468631, 0.0241895, 0.0194926, 0.0256133, 0.0238522, 0.0211873, 0.0148774,
-0.00139974, 0.000760276, 0.00107237, 0.00095473, 0.00115105, 0.001434, 0.00173201, 0.00274601,
0.513634, 0.467355, 0.255641, 0.091945, 0.319676, 0.0593489, 0.0488637, 0.02425,
0.297209, 0.0228254, 0.189478, 0.0192015, 0.0263458, 0.0241322, 0.0262124, 0.015507,
0.0575023, 0.297549, 0.022103, 0.0219353, 0.0442874, 0.043595, 0.0413361, 0.0220558,