--- branches/dev-api-3/xvidcore/src/image/image.h 2002/12/14 05:39:54 714 +++ branches/dev-api-3/xvidcore/src/image/image.h 2002/12/14 06:07:03 715 @@ -92,8 +92,14 @@ void +image_clear(IMAGE * img, int width, int height, int edged_width, + int y, int u, int v); + + +void image_deblock_rrv(IMAGE * img, int edgeg_width, - const MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride); + const MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride, + int block, int flags); #endif /* _IMAGE_H_ */