diff snow.h @ 3326:fb245e797c5d libavcodec

Snow: cosmetics
author lorenm
date Tue, 30 May 2006 19:40:28 +0000
parents 87c54a3f8d19
children 6310389a9688
line wrap: on
line diff
--- a/snow.h	Tue May 30 16:42:29 2006 +0000
+++ b/snow.h	Tue May 30 19:40:28 2006 +0000
@@ -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.