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

Diff of /trunk/xvidcore/src/image/interpolate8x8.c

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

revision 651, Sun Nov 17 00:20:30 2002 UTC revision 677, Tue Nov 26 23:44:11 2002 UTC
# Line 51  Line 51 
51   *  exception also makes it possible to release a modified version which   *  exception also makes it possible to release a modified version which
52   *  carries forward this exception.   *  carries forward this exception.
53   *   *
54   * $Id: interpolate8x8.c,v 1.6 2002-11-17 00:20:30 edgomez Exp $   * $Id: interpolate8x8.c,v 1.7 2002-11-26 23:44:10 edgomez Exp $
55   *   *
56   ****************************************************************************/   ****************************************************************************/
57    
58  #include "../portab.h"  #include "../portab.h"
59  #include "interpolate8x8.h"  #include "interpolate8x8.h"
60    
61  // function pointers  /* function pointers */
62  INTERPOLATE8X8_PTR interpolate8x8_halfpel_h;  INTERPOLATE8X8_PTR interpolate8x8_halfpel_h;
63  INTERPOLATE8X8_PTR interpolate8x8_halfpel_v;  INTERPOLATE8X8_PTR interpolate8x8_halfpel_v;
64  INTERPOLATE8X8_PTR interpolate8x8_halfpel_hv;  INTERPOLATE8X8_PTR interpolate8x8_halfpel_hv;
65    
66    
67  // dst = interpolate(src)  /* dst = interpolate(src) */
68    
69  void  void
70  interpolate8x8_halfpel_h_c(uint8_t * const dst,  interpolate8x8_halfpel_h_c(uint8_t * const dst,
# Line 128  Line 128 
128          }          }
129  }  }
130    
131  // add by MinChen <chenm001@163.com>  /* add by MinChen <chenm001@163.com> */
132  // interpolate8x8 two pred block  /* interpolate8x8 two pred block */
133  void  void
134  interpolate8x8_c(uint8_t * const dst,  interpolate8x8_c(uint8_t * const dst,
135                                   const uint8_t * const src,                                   const uint8_t * const src,

Legend:
Removed from v.651  
changed lines
  Added in v.677

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