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

Diff of /xvidcore/src/xvid.c

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

revision 1.45.2.21, Sat Nov 29 17:26:12 2003 UTC revision 1.45.2.23, Thu Dec 11 17:18:29 2003 UTC
# Line 46  Line 46 
46  #include "utils/timer.h"  #include "utils/timer.h"
47  #include "bitstream/mbcoding.h"  #include "bitstream/mbcoding.h"
48  #include "image/qpel.h"  #include "image/qpel.h"
49    #include "image/postprocessing.h"
50    
51  #if defined(_DEBUG)  #if defined(_DEBUG)
52  unsigned int xvid_debug = 0; /* xvid debug mask */  unsigned int xvid_debug = 0; /* xvid debug mask */
# Line 170  Line 171 
171          /* Initialize the function pointers */          /* Initialize the function pointers */
172          idct_int32_init();          idct_int32_init();
173          init_vlc_tables();          init_vlc_tables();
174            init_postproc();
175    
176          /* Fixed Point Forward/Inverse DCT transformations */          /* Fixed Point Forward/Inverse DCT transformations */
177          fdct = fdct_int32;          fdct = fdct_int32;
# Line 289  Line 291 
291          sad16v     = sad16v_c;          sad16v     = sad16v_c;
292          sse8_16bit = sse8_16bit_c;          sse8_16bit = sse8_16bit_c;
293    
 /*      Halfpel8_Refine = Halfpel8_Refine_c; */  
   
294  #if defined(ARCH_IS_IA32)  #if defined(ARCH_IS_IA32)
295    
296          if ((cpu_flags & XVID_CPU_ASM)) {          if ((cpu_flags & XVID_CPU_ASM)) {

Legend:
Removed from v.1.45.2.21  
changed lines
  Added in v.1.45.2.23

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