⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 timer.h

📁 经典的MP4编解码核心库
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -