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

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

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

revision 1.8.2.10, Sat Jan 25 22:51:20 2003 UTC revision 1.11.2.2, Mon Jun 9 13:53:56 2003 UTC
# Line 1  Line 1 
1    /*****************************************************************************
2     *
3     *  XVID MPEG-4 VIDEO CODEC
4     *  - Image related header  -
5     *
6     *  Copyright(C) 2001-2003 Peter Ross <pross@xvid.org>
7     *
8     *  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
10     *  the Free Software Foundation ; either version 2 of the License, or
11     *  (at your option) any later version.
12     *
13     *  This program is distributed in the hope that it will be useful,
14     *  but WITHOUT ANY WARRANTY ; without even the implied warranty of
15     *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16     *  GNU General Public License for more details.
17     *
18     *  You should have received a copy of the GNU General Public License
19     *  along with this program ; if not, write to the Free Software
20     *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21     *
22     * $Id$
23     *
24     ****************************************************************************/
25    
26  #ifndef _IMAGE_H_  #ifndef _IMAGE_H_
27  #define _IMAGE_H_  #define _IMAGE_H_
28    
# Line 72  Line 97 
97                                  uint32_t width,                                  uint32_t width,
98                                  int height,                                  int height,
99                                  uint32_t edged_width,                                  uint32_t edged_width,
100                                  uint8_t * src,                                  uint8_t * src[4],
101                                  int src_stride,                                  int src_stride[4],
102                                  int csp,                                  int csp,
103                                  int interlaced);                                  int interlaced);
104    
# Line 81  Line 106 
106                                   uint32_t width,                                   uint32_t width,
107                                   int height,                                   int height,
108                                   uint32_t edged_width,                                   uint32_t edged_width,
109                                   uint8_t * dst,                                   uint8_t * dst[4],
110                                   uint32_t dst_stride,                                   uint32_t dst_stride[4],
111                                   int csp,                                   int csp,
112                                   int interlaced);                                   int interlaced);
113    
# Line 101  Line 126 
126                                  uint32_t height);                                  uint32_t height);
127    
128  void  void
129  output_slice(IMAGE * cur, int edged_width, int width, XVID_DEC_PICTURE* out_frm, int mbx, int mby,int mbl);  output_slice(IMAGE * cur, int edged_width, int width, xvid_image_t* out_frm, int mbx, int mby,int mbl);
130    
131    
132  void  void

Legend:
Removed from v.1.8.2.10  
changed lines
  Added in v.1.11.2.2

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