#include <fastjpg.h>
Data Fields | |
| long | mincode [17] |
| long | maxcode [18] |
| long | valptr [17] |
| unsigned QUICKTIME_INT16 | cache [256] |
| unsigned char | vals [256] |
| unsigned char | bits [17] |
Definition at line 42 of file fastjpg.h.
| long quicktime_jpeg_huffman::mincode[17] |
| long quicktime_jpeg_huffman::maxcode[18] |
| long quicktime_jpeg_huffman::valptr[17] |
| unsigned QUICKTIME_INT16 quicktime_jpeg_huffman::cache[256] |
Definition at line 47 of file fastjpg.h.
Referenced by quicktime_fastjpg_buildhuffman(), and quicktime_fastjpg_huffparse().
| unsigned char quicktime_jpeg_huffman::vals[256] |
Definition at line 48 of file fastjpg.h.
Referenced by quicktime_fastjpg_buildhuffman(), quicktime_fastjpg_buildstdhuffman(), and quicktime_fastjpg_readDHT().
| unsigned char quicktime_jpeg_huffman::bits[17] |
Definition at line 49 of file fastjpg.h.
Referenced by quicktime_fastjpg_buildhuffman(), quicktime_fastjpg_buildstdhuffman(), and quicktime_fastjpg_readDHT().
1.5.5