[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.1, Fri Mar 8 02:44:46 2002 UTC revision 1.2, Tue Mar 26 11:16:08 2002 UTC
# Line 21  Line 21 
21    
22  void image_swap(IMAGE * image1, IMAGE * image2);  void image_swap(IMAGE * image1, IMAGE * image2);
23  void image_copy(IMAGE *image1, IMAGE * image2, uint32_t edged_width, uint32_t height);  void image_copy(IMAGE *image1, IMAGE * image2, uint32_t edged_width, uint32_t height);
24  void image_setedges(IMAGE * image, uint32_t edged_width, uint32_t edged_height, uint32_t width, uint32_t height);  void image_setedges(IMAGE * image, uint32_t edged_width, uint32_t edged_height, uint32_t width, uint32_t height, uint32_t interlacing);
25  void image_interpolate(const IMAGE * refn,  void image_interpolate(const IMAGE * refn,
26                                             IMAGE * refh, IMAGE * refv,  IMAGE * refhv,                                             IMAGE * refh, IMAGE * refv,  IMAGE * refhv,
27                                             uint32_t edged_width, uint32_t edged_height, uint32_t rounding);                                             uint32_t edged_width, uint32_t edged_height, uint32_t rounding);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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