summaryrefslogtreecommitdiffstats
path: root/libavcodec/dcaenc.h
diff options
context:
space:
mode:
authorfoo86 <foobaz86@gmail.com>2016-04-27 10:19:54 -0700
committerJames Almer <jamrial@gmail.com>2016-05-01 00:13:37 -0300
commitde28e73cce03b1de8b63683b70e4d0241161cca1 (patch)
tree358fde1e3910d85db649c79ab0e77af51fce53be /libavcodec/dcaenc.h
parent9a499e0ae7dd271e7e718bfe787e248bf3b4011f (diff)
downloadffmpeg-streaming-de28e73cce03b1de8b63683b70e4d0241161cca1.zip
ffmpeg-streaming-de28e73cce03b1de8b63683b70e4d0241161cca1.tar.gz
avcodec/dcaenc: reuse shared quant levels table
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/dcaenc.h')
-rw-r--r--libavcodec/dcaenc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/dcaenc.h b/libavcodec/dcaenc.h
index 0443ca6..bafc3c0 100644
--- a/libavcodec/dcaenc.h
+++ b/libavcodec/dcaenc.h
@@ -103,11 +103,4 @@ static const int bit_consumption[27] = {
272, 288, 304, 320, 336, 352, 368,
};
-/* Table B.5: Selection of quantization levels and codebooks */
-static const int quant_levels[27] = {
- 1, 3, 5, 7, 9, 13, 17, 25, 32, 64,
- 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536,
- 131072, 262144, 524288, 1048576, 2097152, 4194304, 8388608,
-};
-
#endif /* AVCODEC_DCAENC_H */
OpenPOWER on IntegriCloud