comparison snow.h @ 3326:fb245e797c5d libavcodec

Snow: cosmetics
author lorenm
date Tue, 30 May 2006 19:40:28 +0000
parents 87c54a3f8d19
children 6310389a9688
comparison
equal deleted inserted replaced
3325:c2a017de6bea 3326:fb245e797c5d
32 #define FRAC_BITS 8 32 #define FRAC_BITS 8
33 #define MAX_REF_FRAMES 8 33 #define MAX_REF_FRAMES 8
34 34
35 #define LOG2_OBMC_MAX 8 35 #define LOG2_OBMC_MAX 8
36 #define OBMC_MAX (1<<(LOG2_OBMC_MAX)) 36 #define OBMC_MAX (1<<(LOG2_OBMC_MAX))
37
38 #define DWT_97 0
39 #define DWT_53 1
40 #define DWT_X 2
37 41
38 /** Used to minimize the amount of memory used in order to optimize cache performance. **/ 42 /** Used to minimize the amount of memory used in order to optimize cache performance. **/
39 struct slice_buffer_s { 43 struct slice_buffer_s {
40 DWTELEM * * line; ///< For use by idwt and predict_slices. 44 DWTELEM * * line; ///< For use by idwt and predict_slices.
41 DWTELEM * * data_stack; ///< Used for internal purposes. 45 DWTELEM * * data_stack; ///< Used for internal purposes.