[cvs] / xvidcore / src / image / image.h Repository:
ViewVC logotype

Diff of /xvidcore/src/image/image.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8.2.5, Tue Dec 10 11:13:50 2002 UTC revision 1.8.2.8, Sat Dec 14 09:39:42 2002 UTC
# Line 1  Line 1 
1  #ifndef _IMAGE_H_  #ifndef _IMAGE_H_
2  #define _IMAGE_H_  #define _IMAGE_H_
3    
4    #include <stdlib.h>
5    
6  #include "../portab.h"  #include "../portab.h"
7  #include "../global.h"  #include "../global.h"
8  #include "colorspace.h"  #include "colorspace.h"
# Line 51  Line 53 
53                                   uint16_t height);                                   uint16_t height);
54    
55    
56    void
57    image_chroma_optimize(IMAGE * img, int width, int height, int edged_width);
58    
59    
60  int image_input(IMAGE * image,  int image_input(IMAGE * image,
61                                  uint32_t width,                                  uint32_t width,
62                                  int height,                                  int height,
# Line 88  Line 94 
94    
95    
96  void  void
97    image_clear(IMAGE * img, int width, int height, int edged_width,
98                                            int y, int u, int v);
99    
100    
101    void
102  image_deblock_rrv(IMAGE * img, int edgeg_width,  image_deblock_rrv(IMAGE * img, int edgeg_width,
103                                  const MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride);                                  const MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride,
104                                    int block, int flags);
105    
106    
107  #endif                                                  /* _IMAGE_H_ */  #endif                                                  /* _IMAGE_H_ */

Legend:
Removed from v.1.8.2.5  
changed lines
  Added in v.1.8.2.8

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4