📄 pcoding.comp.dct.libutil
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -