comparison wmadec.c @ 818:15ec5cb57695 libavcodec

10l
author nickols_k
date Thu, 31 Oct 2002 18:22:15 +0000
parents 97b71a72f087
children ae89deb3a97d
comparison
equal deleted inserted replaced
817:97b71a72f087 818:15ec5cb57695
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */ 18 */
19 #include "avcodec.h" 19 #include "avcodec.h"
20 #include "dsputil.h" 20 #include "dsputil.h"
21 21
22 #define DEBUG_PARAMS 22 //#define DEBUG_PARAMS
23 #define DEBUG_TRACE 23 //#define DEBUG_TRACE
24 24
25 /* size of blocks */ 25 /* size of blocks */
26 #define BLOCK_MIN_BITS 7 26 #define BLOCK_MIN_BITS 7
27 #define BLOCK_MAX_BITS 11 27 #define BLOCK_MAX_BITS 11
28 #define BLOCK_MAX_SIZE (1 << BLOCK_MAX_BITS) 28 #define BLOCK_MAX_SIZE (1 << BLOCK_MAX_BITS)