comparison faanidct.h @ 6420:95dc96b1e4f4 libavcodec

include dependencies ...
author michael
date Tue, 26 Feb 2008 23:49:41 +0000
parents 8d510925c2e5
children c4a4495715dd
comparison
equal deleted inserted replaced
6419:8d510925c2e5 6420:95dc96b1e4f4
20 */ 20 */
21 21
22 #ifndef FFMPEG_FAANIDCT_H 22 #ifndef FFMPEG_FAANIDCT_H
23 #define FFMPEG_FAANIDCT_H 23 #define FFMPEG_FAANIDCT_H
24 24
25 #include <stdint.h>
26 #include "dsputil.h"
27
25 void ff_faanidct(DCTELEM block[64]); 28 void ff_faanidct(DCTELEM block[64]);
26 void ff_faanidct_add(uint8_t *dest, int line_size, DCTELEM block[64]); 29 void ff_faanidct_add(uint8_t *dest, int line_size, DCTELEM block[64]);
27 void ff_faanidct_put(uint8_t *dest, int line_size, DCTELEM block[64]); 30 void ff_faanidct_put(uint8_t *dest, int line_size, DCTELEM block[64]);
28 31
29 #endif /* FFMPEG_FAANIDCT_H */ 32 #endif /* FFMPEG_FAANIDCT_H */