[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.8, Sat Dec 14 09:39:42 2002 UTC revision 1.8.2.9, Sat Jan 25 22:44:50 2003 UTC
# Line 28  Line 28 
28    
29  void image_swap(IMAGE * image1,  void image_swap(IMAGE * image1,
30                                  IMAGE * image2);                                  IMAGE * image2);
31    
32  void image_copy(IMAGE * image1,  void image_copy(IMAGE * image1,
33                                  IMAGE * image2,                                  IMAGE * image2,
34                                  uint32_t edged_width,                                  uint32_t edged_width,
35                                  uint32_t height);                                  uint32_t height);
36    
37  void image_setedges(IMAGE * image,  void image_setedges(IMAGE * image,
38                                          uint32_t edged_width,                                          uint32_t edged_width,
39                                          uint32_t edged_height,                                          uint32_t edged_height,
40                                          uint32_t width,                                          uint32_t width,
41                                          uint32_t height);                                          uint32_t height);
42    
43  void image_interpolate(const IMAGE * refn,  void image_interpolate(const IMAGE * refn,
44                                             IMAGE * refh,                                             IMAGE * refh,
45                                             IMAGE * refv,                                             IMAGE * refv,
# Line 52  Line 55 
55                                   uint16_t width,                                   uint16_t width,
56                                   uint16_t height);                                   uint16_t height);
57    
58    long plane_sse(uint8_t * orig,
59                       uint8_t * recon,
60                       uint16_t stride,
61                       uint16_t width,
62                       uint16_t height);
63    
64  void  void
65  image_chroma_optimize(IMAGE * img, int width, int height, int edged_width);  image_chroma_optimize(IMAGE * img, int width, int height, int edged_width);

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

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