[svn] / trunk / xvidcore / src / image / image.h Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/image/image.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1908, Tue Nov 23 11:00:35 2010 UTC revision 1909, Sun Nov 28 15:19:07 2010 UTC
# Line 3  Line 3 
3   *  XVID MPEG-4 VIDEO CODEC   *  XVID MPEG-4 VIDEO CODEC
4   *  - Image related header  -   *  - Image related header  -
5   *   *
6   *  Copyright(C) 2001-2004 Peter Ross <pross@xvid.org>   *  Copyright(C) 2001-2010 Peter Ross <pross@xvid.org>
7   *   *
8   *  This program is free software ; you can redistribute it and/or modify   *  This program is free software ; you can redistribute it and/or modify
9   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $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 $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 135  Line 135 
135                                          int y, int u, int v);                                          int y, int u, int v);
136    
137    
138    void image_block_variance(IMAGE * orig_image, uint16_t stride, MACROBLOCK *mbs,
139                                              uint16_t mb_width, uint16_t mb_height);
140    
141  void  void
142  image_deblock_rrv(IMAGE * img, int edgeg_width,  image_deblock_rrv(IMAGE * img, int edged_width,
143                                  const MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride,                                  const MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride,
144                                  int block, int flags);                                  int block, int flags);
145    

Legend:
Removed from v.1908  
changed lines
  Added in v.1909

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