1 Star 0 Fork 27

Zhouyj/third_party_libjpeg-turbo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jdmaster.h 788 Bytes
一键复制 编辑 原始数据 按行查看 历史
DRC 提交于 2016-02-19 18:32 . libjpeg API: Partial scanline decompression
/*
* jdmaster.h
*
* This file was part of the Independent JPEG Group's software:
* Copyright (C) 1991-1995, Thomas G. Lane.
* For conditions of distribution and use, see the accompanying README.ijg
* file.
*
* This file contains the master control structure for the JPEG decompressor.
*/
/* Private state */
typedef struct {
struct jpeg_decomp_master pub; /* public fields */
int pass_number; /* # of passes completed */
boolean using_merged_upsample; /* TRUE if using merged upsample/cconvert */
/* Saved references to initialized quantizer modules,
* in case we need to switch modes.
*/
struct jpeg_color_quantizer *quantizer_1pass;
struct jpeg_color_quantizer *quantizer_2pass;
} my_decomp_master;
typedef my_decomp_master *my_master_ptr;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Zhouyj_zju/third_party_libjpeg-turbo.git
[email protected]:Zhouyj_zju/third_party_libjpeg-turbo.git
Zhouyj_zju
third_party_libjpeg-turbo
third_party_libjpeg-turbo
master

搜索帮助