[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.9, Wed Sep 25 23:37:09 2002 UTC
# Line 5  Line 5 
5  #include "colorspace.h"  #include "colorspace.h"
6  #include "../xvid.h"  #include "../xvid.h"
7    
8  #define EDGE_SIZE  64  #define EDGE_SIZE  32
9    
10    
11  typedef struct  typedef struct
# Line 18  Line 18 
18    
19  void init_image(uint32_t cpu_flags);  void init_image(uint32_t cpu_flags);
20    
   
 static void __inline  
 image_null(IMAGE * image)  
 {  
         image->y = image->u = image->v = NULL;  
 }  
   
21  int32_t image_create(IMAGE * image,  int32_t image_create(IMAGE * image,
22                                           uint32_t edged_width,                                           uint32_t edged_width,
23                                           uint32_t edged_height);                                           uint32_t edged_height);
# Line 49  Line 42 
42                                             IMAGE * refhv,                                             IMAGE * refhv,
43                                             uint32_t edged_width,                                             uint32_t edged_width,
44                                             uint32_t edged_height,                                             uint32_t edged_height,
                                            uint32_t quarterpel,  
45                                             uint32_t rounding);                                             uint32_t rounding);
46    
47  float image_psnr(IMAGE * orig_image,  float image_psnr(IMAGE * orig_image,
# Line 64  Line 56 
56                                  int height,                                  int height,
57                                  uint32_t edged_width,                                  uint32_t edged_width,
58                                  uint8_t * src,                                  uint8_t * src,
59                                  int src_stride,                                  int csp);
                                 int csp,  
                                 int interlaced);  
60    
61  int image_output(IMAGE * image,  int image_output(IMAGE * image,
62                                   uint32_t width,                                   uint32_t width,
# Line 74  Line 64 
64                                   uint32_t edged_width,                                   uint32_t edged_width,
65                                   uint8_t * dst,                                   uint8_t * dst,
66                                   uint32_t dst_stride,                                   uint32_t dst_stride,
67                                   int csp,                                   int csp);
                                  int interlaced);  
68    
69    
70    

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

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