--- image.h 2006/10/13 07:38:09 1.17 +++ image.h 2010/11/28 15:18:21 1.18 @@ -3,7 +3,7 @@ * XVID MPEG-4 VIDEO CODEC * - Image related header - * - * Copyright(C) 2001-2004 Peter Ross + * Copyright(C) 2001-2010 Peter Ross * * This program is free software ; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: image.h,v 1.17 2006/10/13 07:38:09 Skal Exp $ + * $Id: image.h,v 1.18 2010/11/28 15:18:21 Isibaar Exp $ * ****************************************************************************/ @@ -135,8 +135,11 @@ int y, int u, int v); +void image_block_variance(IMAGE * orig_image, uint16_t stride, MACROBLOCK *mbs, + uint16_t mb_width, uint16_t mb_height); + void -image_deblock_rrv(IMAGE * img, int edgeg_width, +image_deblock_rrv(IMAGE * img, int edged_width, const MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride, int block, int flags);