--- trunk/xvidcore/src/image/image.h 2002/07/19 11:15:21 315 +++ branches/dev-api-3/xvidcore/src/image/image.h 2002/10/05 21:37:44 579 @@ -35,14 +35,14 @@ uint32_t edged_width, uint32_t edged_height, uint32_t width, - uint32_t height, - uint32_t interlacing); + uint32_t height); void image_interpolate(const IMAGE * refn, IMAGE * refh, IMAGE * refv, IMAGE * refhv, uint32_t edged_width, uint32_t edged_height, + uint32_t quarterpel, uint32_t rounding); float image_psnr(IMAGE * orig_image, @@ -81,7 +81,7 @@ uint32_t width, uint32_t height); -void __inline +void output_slice(IMAGE * cur, int edged_width, int width, XVID_DEC_PICTURE* out_frm, int mbx, int mby,int mbl); #endif /* _IMAGE_H_ */