enc_dct.h

来自「quicktime linux播放器v1」· C头文件 代码 · 共 18 行

H
18
字号
#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 + =
减小字号Ctrl + -
显示快捷键?