summaryrefslogtreecommitdiff
path: root/libavcodec/snow.h
diff options
context:
space:
mode:
authorLoren Merritt <lorenm@u.washington.edu>2006-05-30 19:40:28 +0000
committerLoren Merritt <lorenm@u.washington.edu>2006-05-30 19:40:28 +0000
commitd4b287ed369bc4024d206bbaf4a6c0ed7f9d338b (patch)
tree40bebb71fe29fb807b66191b77069e4d0cfc3e68 /libavcodec/snow.h
parent85fc0e753199d756e61a2db9b7f7fd1c5f9d0fb2 (diff)
Snow: cosmetics
Originally committed as revision 5432 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/snow.h')
-rw-r--r--libavcodec/snow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/snow.h b/libavcodec/snow.h
index 4704177be9..26b30abe57 100644
--- a/libavcodec/snow.h
+++ b/libavcodec/snow.h
@@ -35,6 +35,10 @@
#define LOG2_OBMC_MAX 8
#define OBMC_MAX (1<<(LOG2_OBMC_MAX))
+#define DWT_97 0
+#define DWT_53 1
+#define DWT_X 2
+
/** Used to minimize the amount of memory used in order to optimize cache performance. **/
struct slice_buffer_s {
DWTELEM * * line; ///< For use by idwt and predict_slices.