summaryrefslogtreecommitdiffstats
path: root/libavcodec/dcadata.c
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2016-01-02 13:17:48 +0100
committerHendrik Leppkes <h.leppkes@gmail.com>2016-01-02 13:17:48 +0100
commitd03da3e24020e9ef7b7558c0f1741331d46c2c21 (patch)
treeb03b455c8382c45ed096d291d8007e2f90eb20cf /libavcodec/dcadata.c
parentaf1238f863fda4a1a6fc00525b651a3d9b31eccd (diff)
parent2008f76054906e9ff6bf744800af0e5a5bfe61be (diff)
downloadffmpeg-streaming-d03da3e24020e9ef7b7558c0f1741331d46c2c21.zip
ffmpeg-streaming-d03da3e24020e9ef7b7558c0f1741331d46c2c21.tar.gz
Merge commit '2008f76054906e9ff6bf744800af0e5a5bfe61be'
* commit '2008f76054906e9ff6bf744800af0e5a5bfe61be': dca: remove unused decode_hf function and quant_d tables Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavcodec/dcadata.c')
-rw-r--r--libavcodec/dcadata.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/dcadata.c b/libavcodec/dcadata.c
index 5d7d594..fc877aa 100644
--- a/libavcodec/dcadata.c
+++ b/libavcodec/dcadata.c
@@ -4189,13 +4189,6 @@ const uint32_t ff_dca_lossy_quant[32] = {
84, 42, 21, 0, 0, 0, 0, 0
};
-const float ff_dca_lossy_quant_d[32] = {
- 0, 1.6, 1.0, 0.8, 0.59, 0.50, 0.42, 0.34,
- 0.19, 0.11, 0.06, 0.035, 0.019, 0.011, 0.0065, 0.0040,
- 0.0025, 0.0014, 0.0008, 0.00045, 0.00030, 0.00017, 0.00008, 0.00004,
- 0.00002, 0.00001, 0.000005, 0, 0, 0, 0, 0
-};
-
/* 20bits unsigned fractional binary codes */
const uint32_t ff_dca_lossless_quant[32] = {
0, 4194304, 2097152, 1384120, 1048576, 696254, 524288, 348127,
OpenPOWER on IntegriCloud