[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 1664, Sat Dec 17 11:24:32 2005 UTC revision 1665, Sat Dec 17 12:04:52 2005 UTC
# 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.15 2005-09-09 12:18:10 suxen_drol Exp $   * $Id: image.h,v 1.16 2005-12-17 12:04:52 syskin Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 66  Line 66 
66                                          uint32_t height,                                          uint32_t height,
67                                          int bs_version);                                          int bs_version);
68    
69  void image_interpolate(const IMAGE * refn,  void image_interpolate(const uint8_t * refn,
70                                             IMAGE * refh,                                             uint8_t * refh,
71                                             IMAGE * refv,                                             uint8_t * refv,
72                                             IMAGE * refhv,                                             uint8_t * refhv,
73                                             uint32_t edged_width,                                             uint32_t edged_width,
74                                             uint32_t edged_height,                                             uint32_t edged_height,
75                                             uint32_t quarterpel,                                             uint32_t quarterpel,

Legend:
Removed from v.1664  
changed lines
  Added in v.1665

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