Location:
Search - jdec
Search list
Description: jdecoder 一个开源的java反编译工具-jdecoder 一个开源的java反编译工具
Platform: |
Size: 1867776 |
Author: zhao |
Hits:
Description: jpg解码The JDEC structure holds the data, pointer and flags to manage the decompression session.
typedef struct JDEC JDEC;
struct JDEC {
UINT dctr; /* Number of bytes available in the input buffer */
BYTE* dptr; /* Current data read ptr */
BYTE* inbuf; /* Bit stream input buffer */
BYTE dmsk; /* Current bit in the current read byte */
BYTE scale; /* Output scaling ratio */
BYTE msx, msy; /* MCU size in unit of block (width, height) */
BYTE qtid[3]; /* Quantization table ID of each component */
SHORT dcv[3]; /* Previous DC element of each component */
WORD nrst; /* Restart inverval */
UINT width, height; /* Size of the input image (pixel) */
BYTE* huffbits[2][2]; /* Huffman bit distribution tables [yc][dcac] */
WORD* huffcode[2][2]; /* Huffman code word tables [yc][dcac] */
BYTE* huffdata[2][2]; /* Huffman decoded data tables [yc][dcac] */
LONG* qttbl[4]; /* De-quaitizer tables [id] */
void* workbuf; /* Working buffer for IDCT and RGB output */
BYTE* mcubuf; /* Working buffer for the MCU */
void* pool; /* Pointer to available memory pool */
UINT sz_pool; /* Size of momory pool (bytes available) */
UINT (*infunc)(JDEC*, BYTE*, UINT); /* Pointer to jpeg stream input function */
UINT (*outfunc)(JDEC*, void*, JRECT*); /* Pointer to RGB output function */
void* device; /* Pointer to I/O device identifiler for the session */
};
Return
Platform: |
Size: 1026666 |
Author: hy_xyz@sohu.com |
Hits:
Description: ddr接口电气标准,jdec sstl_3,pdf文档-jdec sstl 3.3v spec
Platform: |
Size: 277504 |
Author: 范俊 |
Hits: