MythTV  master
Functions
atsc_huffman.h File Reference
#include <array>
#include <vector>
#include <QString>
#include "libmythtv/mythtvexp.h"
Include dependency graph for atsc_huffman.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

MTV_PUBLIC QString atsc_huffman1_to_string (const unsigned char *compressed, uint size, uint table)
 
MTV_PUBLIC QString atsc_huffman2_to_string (const unsigned char *compressed, uint length, uint table)
 

Function Documentation

◆ atsc_huffman1_to_string()

MTV_PUBLIC QString atsc_huffman1_to_string ( const unsigned char *  compressed,
uint  size,
uint  table 
)

Definition at line 2211 of file atsc_huffman.cpp.

Referenced by MultipleStringStructure::GetSegment().

◆ atsc_huffman2_to_string()

MTV_PUBLIC QString atsc_huffman2_to_string ( const unsigned char *  compressed,
uint  length,
uint  table 
)