mkdct16c.h
来自「arm ads1.2 with crack.rar」· C头文件 代码 · 共 17 行
H
17 行
/*
* 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 + =
减小字号Ctrl + -
显示快捷键?