comparison dsputil.h @ 1571:aa4dc16c0f18 libavcodec

* adding integer/floating point AAN implementations for DCT 2-4-8
author romansh
date Sat, 25 Oct 2003 00:32:54 +0000
parents e08df4d22d27
children 3a633a3feef6
comparison
equal deleted inserted replaced
1570:9a9c14e87ebf 1571:aa4dc16c0f18
34 //#define DEBUG 34 //#define DEBUG
35 /* dct code */ 35 /* dct code */
36 typedef short DCTELEM; 36 typedef short DCTELEM;
37 37
38 void fdct_ifast (DCTELEM *data); 38 void fdct_ifast (DCTELEM *data);
39 void fdct_ifast248 (DCTELEM *data);
39 void ff_jpeg_fdct_islow (DCTELEM *data); 40 void ff_jpeg_fdct_islow (DCTELEM *data);
40 void ff_fdct248_islow (DCTELEM *data); 41 void ff_fdct248_islow (DCTELEM *data);
41 42
42 void j_rev_dct (DCTELEM *data); 43 void j_rev_dct (DCTELEM *data);
43 44