comparison libmpcodecs/native/rtjpegn.h @ 28853:e3f3a991ba81

Remove internal NuppelVideo decoder, the code in libavcodec can decode those files and some more and is far more maintainable.
author reimar
date Sun, 08 Mar 2009 13:32:42 +0000
parents 7c9c6c6fd9c2
children 0f1b5b68af32
comparison
equal deleted inserted replaced
28852:1f9343ea37df 28853:e3f3a991ba81
34 #define __s16 int16_t 34 #define __s16 int16_t
35 #define __s32 int32_t 35 #define __s32 int32_t
36 #define __s64 int64_t 36 #define __s64 int64_t
37 37
38 void RTjpeg_init_compress(__u32 *buf, int width, int height, __u8 Q); 38 void RTjpeg_init_compress(__u32 *buf, int width, int height, __u8 Q);
39 void RTjpeg_init_decompress(__u32 *buf, int width, int height);
40 int RTjpeg_compressYUV420(__s8 *sp, unsigned char *bp); 39 int RTjpeg_compressYUV420(__s8 *sp, unsigned char *bp);
41 void RTjpeg_decompressYUV420(__s8 *sp, __u8 *bp);
42 40
43 void RTjpeg_init_mcompress(void); 41 void RTjpeg_init_mcompress(void);
44 int RTjpeg_mcompressYUV420(__s8 *sp, unsigned char *bp, __u16 lmask, __u16 cmask); 42 int RTjpeg_mcompressYUV420(__s8 *sp, unsigned char *bp, __u16 lmask, __u16 cmask);
45 43
46 #endif /* MPLAYER_RTJPEGN_H */ 44 #endif /* MPLAYER_RTJPEGN_H */