Mercurial > libavcodec.hg
comparison dsputil.h @ 8567:0d5b2b0e7a87 libavcodec
Add size that is needed for the wmapro codec
author | banan |
---|---|
date | Sun, 11 Jan 2009 10:40:05 +0000 |
parents | 19e2f1a50aa7 |
children | 2acf0ae7b041 |
comparison
equal
deleted
inserted
replaced
8566:48a4d9f4c6f8 | 8567:0d5b2b0e7a87 |
---|---|
729 extern float ff_sine_128 [ 128]; | 729 extern float ff_sine_128 [ 128]; |
730 extern float ff_sine_256 [ 256]; | 730 extern float ff_sine_256 [ 256]; |
731 extern float ff_sine_512 [ 512]; | 731 extern float ff_sine_512 [ 512]; |
732 extern float ff_sine_1024[1024]; | 732 extern float ff_sine_1024[1024]; |
733 extern float ff_sine_2048[2048]; | 733 extern float ff_sine_2048[2048]; |
734 extern float *ff_sine_windows[5]; | 734 extern float ff_sine_4096[4096]; |
735 extern float *ff_sine_windows[6]; | |
735 | 736 |
736 int ff_mdct_init(MDCTContext *s, int nbits, int inverse); | 737 int ff_mdct_init(MDCTContext *s, int nbits, int inverse); |
737 void ff_imdct_calc_c(MDCTContext *s, FFTSample *output, const FFTSample *input); | 738 void ff_imdct_calc_c(MDCTContext *s, FFTSample *output, const FFTSample *input); |
738 void ff_imdct_half_c(MDCTContext *s, FFTSample *output, const FFTSample *input); | 739 void ff_imdct_half_c(MDCTContext *s, FFTSample *output, const FFTSample *input); |
739 void ff_imdct_calc_3dn(MDCTContext *s, FFTSample *output, const FFTSample *input); | 740 void ff_imdct_calc_3dn(MDCTContext *s, FFTSample *output, const FFTSample *input); |