pcoding.comp.dct.libutil
来自「su 的源代码库」· LIBUTIL 代码 · 共 27 行
LIBUTIL
27 行
PENCODING - Routines to en/decode the quantized integers for lossless en/decodingpEncode encode the quantized integers pDecode decode the quantized integersFunction Prototypes:memBUFF* pEncode(int *qx, int n);int pDecode(memBUFF *buff, int *qx, int n)pEncode:Input:qx array[] of input integersn length of input Returned:encoded outputpDecode:Input:buff encoded inputqx array[] of output integersn length of output Returned:consistency flagAuthor: Tong Chen, 05/31/95, modified from en/decoding
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?