[svn] / trunk / xvidcore / src / utils / timer.h Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/utils/timer.h

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

revision 78, Thu Mar 28 20:57:25 2002 UTC revision 195, Wed Jun 12 20:38:41 2002 UTC
# Line 28  Line 28 
28    
29  #else  #else
30    
31  static __inline void start_timer() {}  static __inline void
32  static __inline void start_global_timer() {}  start_timer()
33  static __inline void stop_dct_timer() {}  {
34  static __inline void stop_idct_timer() {}  }
35  static __inline void stop_motion_timer() {}  static __inline void
36  static __inline void stop_comp_timer() {}  start_global_timer()
37  static __inline void stop_edges_timer() {}  {
38  static __inline void stop_inter_timer() {}  }
39  static __inline void stop_quant_timer() {}  static __inline void
40  static __inline void stop_iquant_timer() {}  stop_dct_timer()
41  static __inline void stop_conv_timer() {}  {
42  static __inline void stop_transfer_timer() {}  }
43  static __inline void init_timer() {}  static __inline void
44  static __inline void write_timer() {}  stop_idct_timer()
45  static __inline void stop_coding_timer() {}  {
46  static __inline void stop_interlacing_timer() {}  }
47  static __inline void stop_prediction_timer() {}  static __inline void
48  static __inline void stop_global_timer() {}  stop_motion_timer()
49    {
50    }
51    static __inline void
52    stop_comp_timer()
53    {
54    }
55    static __inline void
56    stop_edges_timer()
57    {
58    }
59    static __inline void
60    stop_inter_timer()
61    {
62    }
63    static __inline void
64    stop_quant_timer()
65    {
66    }
67    static __inline void
68    stop_iquant_timer()
69    {
70    }
71    static __inline void
72    stop_conv_timer()
73    {
74    }
75    static __inline void
76    stop_transfer_timer()
77    {
78    }
79    static __inline void
80    init_timer()
81    {
82    }
83    static __inline void
84    write_timer()
85    {
86    }
87    static __inline void
88    stop_coding_timer()
89    {
90    }
91    static __inline void
92    stop_interlacing_timer()
93    {
94    }
95    static __inline void
96    stop_prediction_timer()
97    {
98    }
99    static __inline void
100    stop_global_timer()
101    {
102    }
103    
104  #endif  #endif
105    

Legend:
Removed from v.78  
changed lines
  Added in v.195

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