📄 wpcendec.comp.dwpt.2d.lib
字号:
WPCENDEC - Wavelet Packet Coding, Encoding and Decoding routineswpcEncoder - wavelet packet encoderwpcDencoder - wavelet packet encoderFunction Prototypes:int wpcEncoder(float **block, float error, void *inconf, void *outbuff, void *interblock);int wpcDecoder(float **block, void *inconf, void *outbuff, void *interblock);wpcEncoder:Input:block array[][] of dataerror relative RMS error tolerableinconf configuration informationOutput:outbuff buffer holding the encoded stream interblock reserved for interblock communication Return: # of bytes after encodingwpcDecoder:Input:inconf configuration informationinterblock reserved for inter block communicationOutput:block array[][] of dataoutbuff buffer holding the decoded stream Return: consistancy flag, 1 if wpcCompressed, 0 otherwiseAuthor: Tong Chen, 07/28/94
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -