📄 idct.h
字号:
#ifndef _IDCT_H_#define _IDCT_H_void idct_int32_init();typedef void (idctFunc)(short * const block);typedef idctFunc* idctFuncPtr; extern idctFuncPtr idct;idctFunc idct_int32;idctFunc idct_mmx;idctFunc idct_xmm;idctFunc idct_altivec;#endif /* _IDCT_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -