su 的源代码库

源代码在线查看: wpc1coding.comp.dwpt.1d.lib

软件大小: 13691 K
上传用户: goocool
关键词: su 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				WPC1CODING - routines for encoding the integer symbols in 1D WPC 								wpc1Encoder - encoder				wpc1Decoder - decoder								Function Prototypes:				void wpc1Encoder(void *qstate, int nblock, void *wpc1)				int wpc1Decoder(void *qstate, int nblock, void *wpc1)								wpc1Encoder:				Input:				quant		quantization status				nblock		# of blocks								Output:				wpc1	 	encoded data								wpc1Decoder:				Input:				nblock		# of blocks				wpc1		compressed data									Output:				quant		quantization status										Return:		consistency flag, 1 if wpc1Comressed data, 0 otherwise								Author: CWP: Tong Chen 1995							

相关资源