comparison wma.h @ 11370:4b3da727d832 libavcodec

Move FFT parts from dsputil.h to fft.h
author mru
date Sat, 06 Mar 2010 14:34:46 +0000
parents 98970e51365a
children
comparison
equal deleted inserted replaced
11369:98970e51365a 11370:4b3da727d832
23 #define AVCODEC_WMA_H 23 #define AVCODEC_WMA_H
24 24
25 #include "get_bits.h" 25 #include "get_bits.h"
26 #include "put_bits.h" 26 #include "put_bits.h"
27 #include "dsputil.h" 27 #include "dsputil.h"
28 #include "fft.h"
28 29
29 /* size of blocks */ 30 /* size of blocks */
30 #define BLOCK_MIN_BITS 7 31 #define BLOCK_MIN_BITS 7
31 #define BLOCK_MAX_BITS 11 32 #define BLOCK_MAX_BITS 11
32 #define BLOCK_MAX_SIZE (1 << BLOCK_MAX_BITS) 33 #define BLOCK_MAX_SIZE (1 << BLOCK_MAX_BITS)