[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.7, Sat Dec 14 06:07:03 2002 UTC
# Line 51  Line 51 
51                                   uint16_t height);                                   uint16_t height);
52    
53    
54    void
55    image_chroma_optimize(IMAGE * img, int width, int height, int edged_width);
56    
57    
58  int image_input(IMAGE * image,  int image_input(IMAGE * image,
59                                  uint32_t width,                                  uint32_t width,
60                                  int height,                                  int height,
# Line 88  Line 92 
92    
93    
94  void  void
95    image_clear(IMAGE * img, int width, int height, int edged_width,
96                                            int y, int u, int v);
97    
98    
99    void
100  image_deblock_rrv(IMAGE * img, int edgeg_width,  image_deblock_rrv(IMAGE * img, int edgeg_width,
101                                  const MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride);                                  const MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride,
102                                    int block, int flags);
103    
104    
105  #endif                                                  /* _IMAGE_H_ */  #endif                                                  /* _IMAGE_H_ */

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

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