wpccoding.comp.dwpt.2d.lib

来自「su 的源代码库」· LIB 代码 · 共 32 行

LIB
32
字号
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 + =
减小字号Ctrl + -
显示快捷键?