📄 mkdct16c.h
字号:
/*
* Huffman short decode table prototype
* Copyright (C) ARM Limited 1998-1999. All rights reserved.
*/
#ifndef _MAKE_DCT_C_16_
#define _MAKE_DCT_C_16_
/*
define the size of the symbol data as 16 bits and include
the generic function prototype
*/
#define SIZE 16
#include "mkdctc.h"
#undef SIZE
#endif /* _MAKE_DCT_C_16_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -