📄 enc_dct.h
字号:
#ifndef _DCT_H_#define _DCT_H_#include "enc_portab.h"void enc_fdct_int32(short * const block);void enc_fdct_mmx (short * const block);void enc_idct_int32_init();void enc_idct_int32 (short * const block);void enc_idct_mmx (short * const src_result);void enc_idct_sse (short * const src_result);#endif /* _DCT_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -