Go to the source code of this file.
Classes | |
| struct | huffman_table |
Functions | |
| static int | huffman1_get_root (uint input, const unsigned char *table) |
| static bool | huffman1_get_bit (const unsigned char *src, uint bit) |
| QString | atsc_huffman1_to_string (const unsigned char *compressed, uint size, uint table_index) |
| static int | huffman2_get_bit (unsigned char &bitpos, const unsigned char **bufptr) |
| static void | huffman2_set_pos (unsigned char &bitpos, const unsigned char **bufptr, const unsigned char *buffer, uint pos) |
| QString | atsc_huffman2_to_string (const unsigned char *compressed, uint length, uint table) |
Variables | |
| unsigned char | ATSC_C5 [] |
| unsigned char | ATSC_C7 [] |
| static const unsigned char * | atsc_tables [] |
| struct huffman_table | Table128 [] |
| struct huffman_table | Table255 [] |
| unsigned char | Huff2Lookup128 [] |
| unsigned char | Huff2Lookup256 [] |
| static int huffman1_get_root | ( | uint | input, | |
| const unsigned char * | table | |||
| ) | [inline, static] |
Definition at line 43 of file atsc_huffman.cpp.
Referenced by MultipleStringStructure::GetSegment().
| static int huffman2_get_bit | ( | unsigned char & | bitpos, | |
| const unsigned char ** | bufptr | |||
| ) | [inline, static] |
| static void huffman2_set_pos | ( | unsigned char & | bitpos, | |
| const unsigned char ** | bufptr, | |||
| const unsigned char * | buffer, | |||
| uint | pos | |||
| ) | [inline, static] |
Definition at line 119 of file atsc_huffman.cpp.
Referenced by DishEventDescriptionDescriptor::Description(), and DishEventNameDescriptor::Name().
| unsigned char ATSC_C5 |
Definition at line 181 of file atsc_huffman.cpp.
| unsigned char ATSC_C7 |
Definition at line 428 of file atsc_huffman.cpp.
const unsigned char* atsc_tables[] [static] |
Initial value:
Definition at line 11 of file atsc_huffman.cpp.
Referenced by atsc_huffman1_to_string().
struct huffman_table Table128 [read] |
struct huffman_table Table255 [read] |
| unsigned char Huff2Lookup128 |
| unsigned char Huff2Lookup256 |
1.5.5