⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wpccoding.comp.dwpt.2d.lib

📁 su 的源代码库
💻 LIB
字号:
WPCCODING - Routines for in memory coding of the quantized coeffiecientscodeEncoder	encode the quantized coeffiecients into a bit stream	codeDecoder	decode a bit stream into the quantized coeffiecientsFunction Prototypes:int codeEncoder(void  *inconf, void *qstate, void *obuff, void *interblock)int codeDecoder(void  *inconf, void *qstate, void *ibuff, void *interblock)codeEncoder:Input:inconf		configuration infoqstate		quantization statusOutput:outbuff		buffer to hold encoded bit streaminterblock	reserved for inter block communicationReturn: of bytes after codingcodeDecoder:Input:inconf		configuration infoibuff		buffer to hold encoded symbolsinterblock	reserved for inter block communicationOutput:qstate		quantization statusReturn:consistency flag, 1 if wpcCompressed data, 0 otherwiseAuthor:		Tong Chen, 07/29/94

⌨️ 快捷键说明

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