comparison dsputil.h @ 5289:f44baba9edc3 libavcodec

Integrate reference mpeg IDCT into dsputil.
author iive
date Wed, 11 Jul 2007 22:05:43 +0000
parents 669a97223dc7
children d0351b81bc7c
comparison
equal deleted inserted replaced
5288:8c0bbf712d76 5289:f44baba9edc3
45 45
46 void j_rev_dct (DCTELEM *data); 46 void j_rev_dct (DCTELEM *data);
47 void j_rev_dct4 (DCTELEM *data); 47 void j_rev_dct4 (DCTELEM *data);
48 void j_rev_dct2 (DCTELEM *data); 48 void j_rev_dct2 (DCTELEM *data);
49 void j_rev_dct1 (DCTELEM *data); 49 void j_rev_dct1 (DCTELEM *data);
50 void ff_mpeg_idct_c(DCTELEM *data);
50 51
51 void ff_fdct_mmx(DCTELEM *block); 52 void ff_fdct_mmx(DCTELEM *block);
52 void ff_fdct_mmx2(DCTELEM *block); 53 void ff_fdct_mmx2(DCTELEM *block);
53 void ff_fdct_sse2(DCTELEM *block); 54 void ff_fdct_sse2(DCTELEM *block);
54 55