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