summaryrefslogtreecommitdiff
path: root/libavcodec/siprdata.h
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2010-01-16 03:44:17 +0000
committerVitor Sessak <vitor1001@gmail.com>2010-01-16 03:44:17 +0000
commitd79c06b2adb67447e7ebffd95384e9a12e102a7f (patch)
tree66cd371957a55933e4aa2455c484dc081097f7f9 /libavcodec/siprdata.h
parent65323ed279c79a9e033b873beee6d5b3349cf2c4 (diff)
Allow a SIPR table to be used by the upcoming SIPR16k decoder
Originally committed as revision 21233 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/siprdata.h')
-rw-r--r--libavcodec/siprdata.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/siprdata.h b/libavcodec/siprdata.h
index 0112a08789..ed804ee87c 100644
--- a/libavcodec/siprdata.h
+++ b/libavcodec/siprdata.h
@@ -24,13 +24,6 @@
#ifndef AVCODEC_SIPRDATA_H
#define AVCODEC_SIPRDATA_H
-static const float pow_0_5[] = {
- 1.0/(1 << 1), 1.0/(1 << 2), 1.0/(1 << 3), 1.0/(1 << 4),
- 1.0/(1 << 5), 1.0/(1 << 6), 1.0/(1 << 7), 1.0/(1 << 8),
- 1.0/(1 << 9), 1.0/(1 << 10), 1.0/(1 << 11), 1.0/(1 << 12),
- 1.0/(1 << 13), 1.0/(1 << 14), 1.0/(1 << 15), 1.0/(1 << 16)
-};
-
static const float mean_lsf[10] = {
0.297151, 0.452308, 0.765443, 1.134803, 1.421125,
1.773822, 2.049173, 2.375914, 2.585097, 0.075756