rungo1.h

来自「傅立叶变换和小波变换是图像压缩的重要工具。该代大戏是利用小波变换进行图像压缩。」· C头文件 代码 · 共 17 行

H
17
字号
#ifndef RUNG_O1_H
#define RUNG_O1_H

#include <crblib/inc.h>
#include <crblib/arithc.h>

typedef struct rungO1 rungO1;

rungO1 *rungO1Create(arithInfo *ari,int NumContexts);
void	rungO1Destroy(rungO1 * ro1);

void	rungO1Encode(rungO1 * ro1, int context, bool bit);
bool	rungO1Decode(rungO1 * ro1, int context);

#endif // RUNG_O1_H

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?