[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.4, Thu Nov 7 10:28:15 2002 UTC revision 1.8.2.5, Tue Dec 10 11:13:50 2002 UTC
# Line 2  Line 2 
2  #define _IMAGE_H_  #define _IMAGE_H_
3    
4  #include "../portab.h"  #include "../portab.h"
5    #include "../global.h"
6  #include "colorspace.h"  #include "colorspace.h"
7  #include "../xvid.h"  #include "../xvid.h"
8    
9  #define EDGE_SIZE  64  #define EDGE_SIZE  64
10    
   
 typedef struct  
 {  
         uint8_t *y;  
         uint8_t *u;  
         uint8_t *v;  
 }  
 IMAGE;  
   
11  void init_image(uint32_t cpu_flags);  void init_image(uint32_t cpu_flags);
12    
13    
# Line 94  Line 86 
86  void  void
87  output_slice(IMAGE * cur, int edged_width, int width, XVID_DEC_PICTURE* out_frm, int mbx, int mby,int mbl);  output_slice(IMAGE * cur, int edged_width, int width, XVID_DEC_PICTURE* out_frm, int mbx, int mby,int mbl);
88    
89    
90    void
91    image_deblock_rrv(IMAGE * img, int edgeg_width,
92                                    const MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride);
93    
94    
95  #endif                                                  /* _IMAGE_H_ */  #endif                                                  /* _IMAGE_H_ */

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

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