Definition at line 342 of file MP3InternalsHuffman.cpp.
Public Attributes | |
| char | tablename [3] |
| unsigned int | xlen |
| unsigned int | ylen |
| unsigned int | linbits |
| unsigned int | linmax |
| int | ref |
| HUFFBITS * | table |
| unsigned char * | hlen |
| unsigned char(* | val )[2] |
| unsigned int | treelen |
| char huffcodetab::tablename[3] |
Definition at line 343 of file MP3InternalsHuffman.cpp.
Referenced by read_decoder_table(), rsf_huffman_decoder(), and rsf_huffman_encoder().
| unsigned int huffcodetab::xlen |
Definition at line 344 of file MP3InternalsHuffman.cpp.
Referenced by buildHuffmanEncodingTable(), read_decoder_table(), rsf_huffman_decoder(), and rsf_huffman_encoder().
| unsigned int huffcodetab::ylen |
Definition at line 345 of file MP3InternalsHuffman.cpp.
Referenced by buildHuffmanEncodingTable(), read_decoder_table(), rsf_huffman_decoder(), and rsf_huffman_encoder().
| unsigned int huffcodetab::linbits |
Definition at line 346 of file MP3InternalsHuffman.cpp.
Referenced by putLinbits(), read_decoder_table(), rsf_huffman_decoder(), and rsf_huffman_encoder().
| unsigned int huffcodetab::linmax |
Definition at line 347 of file MP3InternalsHuffman.cpp.
Referenced by read_decoder_table(), and rsf_huffman_encoder().
| int huffcodetab::ref |
| HUFFBITS* huffcodetab::table |
Definition at line 349 of file MP3InternalsHuffman.cpp.
Referenced by buildHuffmanEncodingTable(), lookupHuffmanTableEntry(), lookupXYandPutBits(), read_decoder_table(), and rsf_huffman_encoder().
| unsigned char* huffcodetab::hlen |
Definition at line 350 of file MP3InternalsHuffman.cpp.
Referenced by buildHuffmanEncodingTable(), lookupHuffmanTableEntry(), lookupXYandPutBits(), and read_decoder_table().
| unsigned char(* huffcodetab::val)[2] |
Definition at line 351 of file MP3InternalsHuffman.cpp.
Referenced by lookupHuffmanTableEntry(), read_decoder_table(), rsf_huffman_decoder(), and rsf_huffman_encoder().
| unsigned int huffcodetab::treelen |
Definition at line 352 of file MP3InternalsHuffman.cpp.
Referenced by lookupHuffmanTableEntry(), read_decoder_table(), rsf_huffman_decoder(), and rsf_huffman_encoder().
1.5.5