timer.h
来自「经典的MP4编解码核心库」· C头文件 代码 · 共 35 行
H
35 行
#ifndef _ENCORE_TIMER_H
#define _ENCORE_TIMER_H
#include "../global.h"
static __inline void start_timer() {}
static __inline void start_global_timer() {}
static __inline void stop_dct_timer() {}
static __inline void stop_idct_timer() {}
static __inline void stop_motion_timer() {}
static __inline void stop_comp_timer() {}
static __inline void stop_edges_timer() {}
static __inline void stop_interpolation_timer() {}
static __inline void stop_quant_timer() {}
static __inline void stop_iquant_timer() {}
static __inline void stop_conv_timer() {}
static __inline void stop_transfer_timer() {}
static __inline void init_timer() {}
static __inline void sad16_counter() {}
static __inline void sad8_counter() {}
static __inline void sad16_B_counter() {}
static __inline void stop_motionB_timer() {}
static __inline void stop_interlaced_timer() {}
static __inline void dct_quant_counter() {}
static __inline void idct_dequant_counter() {}
static __inline void write_timer() {}
static __inline void stop_coding_timer() {}
static __inline void stop_prediction_timer() {}
static __inline void stop_global_timer() {}
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?