[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.4.2.5, Wed Nov 20 19:53:05 2002 UTC revision 1.4.2.6, Sat Jan 4 06:14:33 2003 UTC
# Line 31  Line 31 
31    
32    
33  #include "../portab.h"  #include "../portab.h"
34    #include "../global.h"
35  #include "interpolate8x8.h"  #include "interpolate8x8.h"
36    
37  // function pointers  // function pointers
# Line 167  Line 168 
168   * QPEL STUFF STARTS HERE                                    *   * QPEL STUFF STARTS HERE                                    *
169   *************************************************************/   *************************************************************/
170    
 #define CLIP(X,A,B) (X < A) ? (A) : ((X > B) ? (B) : (X))  
   
171  void interpolate8x8_6tap_lowpass_h_c(uint8_t *dst, uint8_t *src, int32_t stride, int32_t rounding)  void interpolate8x8_6tap_lowpass_h_c(uint8_t *dst, uint8_t *src, int32_t stride, int32_t rounding)
172  {  {
173      int32_t i;      int32_t i;

Legend:
Removed from v.1.4.2.5  
changed lines
  Added in v.1.4.2.6

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