prototypes.h

来自「基于块方向的图像无损压缩代码」· C头文件 代码 · 共 29 行

H
29
字号
/*++*
* Copyright (c) 1997 University of British Columbia. All rights reserved.
*
*       File:           prototypes.h
*       Pourpose:       contains the functional prototypes for typechecking.
*
*       Author:         Ismaeil R. Ismaeil, Aug. 1997
*
*--*/

void RegularModeProcessing();
int  Quantize(int buff);
int  ModRange(int buff, int range);
void GolombCoding(int n, int l, int limit);
void RunModeProcessing();
void GetNextSample();
void AppendToBitStream(int b,int n);
int  ComputeRx();
void SetSample();
int  GolombDecoding();

void WriteSoi();
void WriteEoi();
void WriteSof();
void WriteSos();
void ReadSoi();
void ReadSof();
void ReadSos();

⌨️ 快捷键说明

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