--- image.h 2002/12/12 12:40:19 1.8.2.6 +++ image.h 2002/12/14 06:07:03 1.8.2.7 @@ -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_ */