Go to the source code of this file.
|
| static u32 | THPAudioDecode (s16 *audioBuffer, u8 *audioFrame, s32 flag) |
| |
| static s32 | __THPAudioGetNewSample (THPAudioDecodeInfo *info) |
| |
| static void | __THPAudioInitialize (THPAudioDecodeInfo *info, u8 *ptr) |
| |
| static void | __THPSetupBuffers (void) |
| |
| static u8 | __THPReadFrameHeader (void) |
| |
| static u8 | __THPReadScaneHeader (void) |
| |
| static u8 | __THPReadQuantizationTable (void) |
| |
| static u8 | __THPReadHuffmanTableSpecification (void) |
| |
| static void | __THPHuffGenerateSizeTable (void) |
| |
| static void | __THPHuffGenerateCodeTable (void) |
| |
| static void | __THPHuffGenerateDecoderTables (u8 tabIndex) |
| |
| static void | __THPRestartDefinition (void) |
| |
| static void | __THPPrepBitStream (void) |
| |
| static void | __THPDecompressYUV (void *tileY, void *tileU, void *tileV) |
| |
| static void | __THPGQRRestore (void) |
| |
| static void | __THPDecompressiMCURow512x448 (void) |
| |
| static void | __THPDecompressiMCURow640x480 (void) |
| |
| static void | __THPDecompressiMCURowNxN (void) |
| |
| static void | __THPInverseDCTNoYPos (THPCoeff *in, u32 xPos) |
| |
| static void | __THPHuffDecodeDCTCompY (THPFileInfo *info, THPCoeff *block) |
| |
| static void | __THPHuffDecodeDCTCompU (THPFileInfo *info, THPCoeff *block) |
| |
| static void | __THPHuffDecodeDCTCompV (THPFileInfo *info, THPCoeff *block) |
| |
| static void | __THPInverseDCTY8 (THPCoeff *in, u32 xPos) |
| |
| static void | __THPGQRSetup () |
| |
| static s32 | __THPHuffDecodeTab (THPFileInfo *info, THPHuffmanTab *h) |
| |
◆ THPAudioBuffer
| typedef struct THPAudioBuffer THPAudioBuffer |
◆ THPAudioDecodeInfo
| typedef struct THPAudioDecodeInfo THPAudioDecodeInfo |
◆ THPAudioInfo
| typedef struct THPAudioInfo THPAudioInfo |
◆ THPAudioRecordHeader
| typedef struct THPAudioRecordHeader THPAudioRecordHeader |
◆ THPCoeff
◆ THPComponent
◆ THPFileInfo
◆ THPFrameCompInfo
| typedef struct THPFrameCompInfo THPFrameCompInfo |
◆ THPHeader
| typedef struct THPHeader THPHeader |
◆ THPHuffmanTab
◆ THPQuantTab
◆ THPSample
◆ THPTextureSet
| typedef struct THPTextureSet THPTextureSet |
◆ THPVideoInfo
| typedef struct THPVideoInfo THPVideoInfo |
◆ __THPAudioGetNewSample()
◆ __THPAudioInitialize()
◆ __THPDecompressiMCURow512x448()
| static void __THPDecompressiMCURow512x448 |
( |
void | | ) |
|
|
static |
◆ __THPDecompressiMCURow640x480()
| static void __THPDecompressiMCURow640x480 |
( |
void | | ) |
|
|
static |
◆ __THPDecompressiMCURowNxN()
| static void __THPDecompressiMCURowNxN |
( |
void | | ) |
|
|
static |
◆ __THPDecompressYUV()
| static void __THPDecompressYUV |
( |
void * | tileY, |
|
|
void * | tileU, |
|
|
void * | tileV ) |
|
static |
◆ __THPGQRRestore()
| static void __THPGQRRestore |
( |
void | | ) |
|
|
static |
◆ __THPGQRSetup()
| static void __THPGQRSetup |
( |
| ) |
|
|
static |
◆ __THPHuffDecodeDCTCompU()
◆ __THPHuffDecodeDCTCompV()
◆ __THPHuffDecodeDCTCompY()
◆ __THPHuffDecodeTab()
◆ __THPHuffGenerateCodeTable()
| static void __THPHuffGenerateCodeTable |
( |
void | | ) |
|
|
static |
◆ __THPHuffGenerateDecoderTables()
| static void __THPHuffGenerateDecoderTables |
( |
u8 | tabIndex | ) |
|
|
static |
◆ __THPHuffGenerateSizeTable()
| static void __THPHuffGenerateSizeTable |
( |
void | | ) |
|
|
static |
◆ __THPInverseDCTNoYPos()
| static void __THPInverseDCTNoYPos |
( |
THPCoeff * | in, |
|
|
u32 | xPos ) |
|
static |
◆ __THPInverseDCTY8()
| static void __THPInverseDCTY8 |
( |
THPCoeff * | in, |
|
|
u32 | xPos ) |
|
static |
◆ __THPPrepBitStream()
| static void __THPPrepBitStream |
( |
void | | ) |
|
|
static |
◆ __THPReadFrameHeader()
| static u8 __THPReadFrameHeader |
( |
void | | ) |
|
|
static |
◆ __THPReadHuffmanTableSpecification()
| static u8 __THPReadHuffmanTableSpecification |
( |
void | | ) |
|
|
static |
◆ __THPReadQuantizationTable()
| static u8 __THPReadQuantizationTable |
( |
void | | ) |
|
|
static |
◆ __THPReadScaneHeader()
| static u8 __THPReadScaneHeader |
( |
void | | ) |
|
|
static |
◆ __THPRestartDefinition()
| static void __THPRestartDefinition |
( |
void | | ) |
|
|
static |
◆ __THPSetupBuffers()
| static void __THPSetupBuffers |
( |
void | | ) |
|
|
static |
◆ THPAudioDecode()
| static u32 THPAudioDecode |
( |
s16 * | audioBuffer, |
|
|
u8 * | audioFrame, |
|
|
s32 | flag ) |
|
static |