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

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

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

revision 1.3, Thu Mar 28 20:57:25 2002 UTC revision 1.10, Mon Mar 22 22:36:24 2004 UTC
# Line 1  Line 1 
1    /*****************************************************************************
2     *
3     *  XVID MPEG-4 VIDEO CODEC
4     *  - Timer related header (used for internal debugging)  -
5     *
6     *  Copyright(C) 2002 Michael Militzer <isibaar@xvid.org>
7     *
8     *  This program is free software ; you can redistribute it and/or modify
9     *  it under the terms of the GNU General Public License as published by
10     *  the Free Software Foundation ; either version 2 of the License, or
11     *  (at your option) any later version.
12     *
13     *  This program is distributed in the hope that it will be useful,
14     *  but WITHOUT ANY WARRANTY ; without even the implied warranty of
15     *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16     *  GNU General Public License for more details.
17     *
18     *  You should have received a copy of the GNU General Public License
19     *  along with this program ; if not, write to the Free Software
20     *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21     *
22     * $Id$
23     *
24     ****************************************************************************/
25    
26  #ifndef _ENCORE_TIMER_H  #ifndef _ENCORE_TIMER_H
27  #define _ENCORE_TIMER_H  #define _ENCORE_TIMER_H
28    
# Line 28  Line 53 
53    
54  #else  #else
55    
56  static __inline void start_timer() {}  static __inline void
57  static __inline void start_global_timer() {}  start_timer()
58  static __inline void stop_dct_timer() {}  {
59  static __inline void stop_idct_timer() {}  }
60  static __inline void stop_motion_timer() {}  static __inline void
61  static __inline void stop_comp_timer() {}  start_global_timer()
62  static __inline void stop_edges_timer() {}  {
63  static __inline void stop_inter_timer() {}  }
64  static __inline void stop_quant_timer() {}  static __inline void
65  static __inline void stop_iquant_timer() {}  stop_dct_timer()
66  static __inline void stop_conv_timer() {}  {
67  static __inline void stop_transfer_timer() {}  }
68  static __inline void init_timer() {}  static __inline void
69  static __inline void write_timer() {}  stop_idct_timer()
70  static __inline void stop_coding_timer() {}  {
71  static __inline void stop_interlacing_timer() {}  }
72  static __inline void stop_prediction_timer() {}  static __inline void
73  static __inline void stop_global_timer() {}  stop_motion_timer()
74    {
75    }
76    static __inline void
77    stop_comp_timer()
78    {
79    }
80    static __inline void
81    stop_edges_timer()
82    {
83    }
84    static __inline void
85    stop_inter_timer()
86    {
87    }
88    static __inline void
89    stop_quant_timer()
90    {
91    }
92    static __inline void
93    stop_iquant_timer()
94    {
95    }
96    static __inline void
97    stop_conv_timer()
98    {
99    }
100    static __inline void
101    stop_transfer_timer()
102    {
103    }
104    static __inline void
105    init_timer()
106    {
107    }
108    static __inline void
109    write_timer()
110    {
111    }
112    static __inline void
113    stop_coding_timer()
114    {
115    }
116    static __inline void
117    stop_interlacing_timer()
118    {
119    }
120    static __inline void
121    stop_prediction_timer()
122    {
123    }
124    static __inline void
125    stop_global_timer()
126    {
127    }
128    
129  #endif  #endif
130    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.10

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