diff options
author | Loren Merritt <lorenm@u.washington.edu> | 2006-05-30 19:40:28 +0000 |
---|---|---|
committer | Loren Merritt <lorenm@u.washington.edu> | 2006-05-30 19:40:28 +0000 |
commit | d4b287ed369bc4024d206bbaf4a6c0ed7f9d338b (patch) | |
tree | 40bebb71fe29fb807b66191b77069e4d0cfc3e68 /libavcodec/snow.h | |
parent | 85fc0e753199d756e61a2db9b7f7fd1c5f9d0fb2 (diff) | |
download | ffmpeg-d4b287ed369bc4024d206bbaf4a6c0ed7f9d338b.tar.gz |
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.h | 4 |
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. |