[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.13, Thu Apr 1 11:11:28 2004 UTC revision 1.17, Fri Oct 13 07:38:09 2006 UTC
# Line 66  Line 66 
66                                          uint32_t height,                                          uint32_t height,
67                                          int bs_version);                                          int bs_version);
68    
69  void image_interpolate(const IMAGE * refn,  void image_interpolate(const uint8_t * refn,
70                                             IMAGE * refh,                                             uint8_t * refh,
71                                             IMAGE * refv,                                             uint8_t * refv,
72                                             IMAGE * refhv,                                             uint8_t * refhv,
73                                             uint32_t edged_width,                                             uint32_t edged_width,
74                                             uint32_t edged_height,                                             uint32_t edged_height,
75                                             uint32_t quarterpel,                                             uint32_t quarterpel,
# Line 108  Line 108 
108                                   int height,                                   int height,
109                                   uint32_t edged_width,                                   uint32_t edged_width,
110                                   uint8_t * dst[4],                                   uint8_t * dst[4],
111                                   uint32_t dst_stride[4],                                   int dst_stride[4],
112                                   int csp,                                   int csp,
113                                   int interlaced);                                   int interlaced);
114    
# Line 127  Line 127 
127                                  uint32_t height);                                  uint32_t height);
128    
129  void  void
130  output_slice(IMAGE * cur, int edged_width, int width, xvid_image_t* out_frm, int mbx, int mby,int mbl);  output_slice(IMAGE * cur, int stride, int width, xvid_image_t* out_frm, int mbx, int mby,int mbl);
131    
132    
133  void  void
# Line 141  Line 141 
141                                  int block, int flags);                                  int block, int flags);
142    
143    
144            /* helper function: deinterlace image.
145             Only for YUV 4:2:0 planar format. Use bottom_first!=0 if main
146             field is the bottom one.
147             returns 1 if everything went ok, 0 otherwise. */
148    extern int xvid_image_deinterlace(xvid_image_t* img, int width, int height, int bottom_first);
149    
150  #endif                                                  /* _IMAGE_H_ */  #endif                                                  /* _IMAGE_H_ */

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.17

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