xccxct.h
来自「JPEG2000实现的源码」· C头文件 代码 · 共 33 行
H
33 行
/*****************************************************************************
* Copyright 2001, The Aerospace Corporation *
* All rights reserved *
* File: "xccxct.h" *
* Description: Header file for the functions that perform the reading of *
* multiple component collection, transformation matrix and *
* component bitdepth files. *
* Author: James H. Kasner *
* Affiliation: The Aerospace Corporation *
* Version: VM8.5 *
* Last Revised: 7 February, 2001 *
*****************************************************************************/
#ifndef XCCXCT_H
#define XCCXCT_H
#define COMPONENT_COLLECTION_MEM_KEY "COMPONENT COLLECTION I/O MEMORY"
typedef enum mat_type{
DECORREL_XFM,
DEPEND_XFM,
DECORREL_OFF,
DEPEND_OFF
} matrix_type;
/*--------------------------- Function Prototypes ---------------------------*/
collection *read_cc_file(char *filename);
component_xfms *read_ct_file(char *filename);
int *read_cbd_file(char *filename,int *no_components);
/*---------------------------------------------------------------------------*/
#endif /* XCCXCT_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?