]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/snow.h
ff_fft_init now double checks that the system has mm3dnow.h before
[ffmpeg] / libavcodec / snow.h
index 4704177be9106590d7de3ac53ab8a1ee5f065042..26b30abe57aad6c2cfdb286b7540ef1b4dadfcdc 100644 (file)
 #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.