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

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

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

revision 1.6, Sun Nov 17 00:20:30 2002 UTC revision 1.7, Tue Nov 26 23:44:10 2002 UTC
# Line 58  Line 58 
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.1.6  
changed lines
  Added in v.1.7

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