[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.6, Wed Jun 12 20:38:40 2002 UTC revision 1.8.2.3, Wed Oct 9 15:56:08 2002 UTC
# Line 3  Line 3 
3    
4  #include "../portab.h"  #include "../portab.h"
5  #include "colorspace.h"  #include "colorspace.h"
6    #include "../xvid.h"
7    
8  #define EDGE_SIZE  32  #define EDGE_SIZE  64
9    
10    
11  typedef struct  typedef struct
# Line 34  Line 35 
35                                          uint32_t edged_width,                                          uint32_t edged_width,
36                                          uint32_t edged_height,                                          uint32_t edged_height,
37                                          uint32_t width,                                          uint32_t width,
38                                          uint32_t height,                                          uint32_t height);
                                         uint32_t interlacing);  
39  void image_interpolate(const IMAGE * refn,  void image_interpolate(const IMAGE * refn,
40                                             IMAGE * refh,                                             IMAGE * refh,
41                                             IMAGE * refv,                                             IMAGE * refv,
42                                             IMAGE * refhv,                                             IMAGE * refhv,
43                                             uint32_t edged_width,                                             uint32_t edged_width,
44                                             uint32_t edged_height,                                             uint32_t edged_height,
45                                               uint32_t quarterpel,
46                                             uint32_t rounding);                                             uint32_t rounding);
47    
48  float image_psnr(IMAGE * orig_image,  float image_psnr(IMAGE * orig_image,
# Line 80  Line 81 
81                                  uint32_t width,                                  uint32_t width,
82                                  uint32_t height);                                  uint32_t height);
83    
84    void
85    output_slice(IMAGE * cur, int edged_width, int width, XVID_DEC_PICTURE* out_frm, int mbx, int mby,int mbl);
86    
87  #endif                                                  /* _IMAGE_H_ */  #endif                                                  /* _IMAGE_H_ */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.8.2.3

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