summaryrefslogtreecommitdiff
path: root/libavcodec/dwt.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-03 16:56:01 +0200
committerDiego Biurrun <diego@biurrun.de>2012-08-26 14:03:57 +0200
commit1ce5dce454ea46280b188f0b7e37fc976fcfb606 (patch)
tree6ac3d5c38268352883b1258ff2de5e0ca54d9888 /libavcodec/dwt.h
parent88386feefd52f3d4292b9be26d299e1bb74ef703 (diff)
dwt: Remove unused code.
Diffstat (limited to 'libavcodec/dwt.h')
-rw-r--r--libavcodec/dwt.h52
1 files changed, 0 insertions, 52 deletions
diff --git a/libavcodec/dwt.h b/libavcodec/dwt.h
index 771a9bf53e..f2d7864c65 100644
--- a/libavcodec/dwt.h
+++ b/libavcodec/dwt.h
@@ -63,7 +63,6 @@ typedef struct DWTContext {
#define DWT_53 1
#define liftS lift
-#if 1
#define W_AM 3
#define W_AO 0
#define W_AS 1
@@ -80,57 +79,6 @@ typedef struct DWTContext {
#define W_DM 3
#define W_DO 4
#define W_DS 3
-#elif 0
-#define W_AM 55
-#define W_AO 16
-#define W_AS 5
-
-#define W_BM 3
-#define W_BO 32
-#define W_BS 6
-
-#define W_CM 127
-#define W_CO 64
-#define W_CS 7
-
-#define W_DM 7
-#define W_DO 8
-#define W_DS 4
-#elif 0
-#define W_AM 97
-#define W_AO 32
-#define W_AS 6
-
-#define W_BM 63
-#define W_BO 512
-#define W_BS 10
-
-#define W_CM 13
-#define W_CO 8
-#define W_CS 4
-
-#define W_DM 15
-#define W_DO 16
-#define W_DS 5
-
-#else
-
-#define W_AM 203
-#define W_AO 64
-#define W_AS 7
-
-#define W_BM 217
-#define W_BO 2048
-#define W_BS 12
-
-#define W_CM 113
-#define W_CO 64
-#define W_CS 7
-
-#define W_DM 227
-#define W_DO 128
-#define W_DS 9
-#endif
#define slice_buffer_get_line(slice_buf, line_num) \
((slice_buf)->line[line_num] ? (slice_buf)->line[line_num] \