jpdecobk.h
来自「超强jpeg解码程序」· C头文件 代码 · 共 25 行
H
25 行
#ifndef __DECOEFBK_H
#define __DECOEFBK_H
//
// Title: JPEG Definitions and Utility Functions
//
// Author: John M. Miano miano@colosseumbuilders.com
//
//
// Title: JPEG Decoder Coefficient Block Definition
//
// Author: John M. Miano miano@colosseumbuilders.com
//
// Description:
//
// This type is used to hold DCT coefficients for a data unit.
//
#include "jpeg.h"
typedef BYTE2 JpegDecoderCoefficientBlock [JpegSampleWidth][JpegSampleWidth] ;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?