From d4b287ed369bc4024d206bbaf4a6c0ed7f9d338b Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Tue, 30 May 2006 19:40:28 +0000 Subject: Snow: cosmetics Originally committed as revision 5432 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/snow.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavcodec/snow.h') 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. -- cgit v1.2.3