UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
vdecmpeg4::M4VlcDecoder Class Reference

#include <M4VlcDecoder.h>

Public Member Functions

 M4VlcDecoder ()
 Default constructor.
 
 ~M4VlcDecoder ()
 Destructor.
 
void init ()
 Init vlc tables.
 
int32 getCoeffIntraNoAsm (int32 &run, int32 &last, M4Bitstream &bs)
 
int32 getCoeffInterNoAsm (int32 &run, int32 &last, M4Bitstream &bs)
 

Friends

class M4BitstreamParser
 

Constructor & Destructor Documentation

◆ M4VlcDecoder()

vdecmpeg4::M4VlcDecoder::M4VlcDecoder ( )
inline

Default constructor.

◆ ~M4VlcDecoder()

vdecmpeg4::M4VlcDecoder::~M4VlcDecoder ( )
inline

Destructor.

Member Function Documentation

◆ getCoeffInterNoAsm()

int32 vdecmpeg4::M4VlcDecoder::getCoeffInterNoAsm ( int32 run,
int32 last,
M4Bitstream bs 
)
inline

◆ getCoeffIntraNoAsm()

int32 vdecmpeg4::M4VlcDecoder::getCoeffIntraNoAsm ( int32 run,
int32 last,
M4Bitstream bs 
)
inline

◆ init()

void vdecmpeg4::M4VlcDecoder::init ( )

Init vlc tables.

Initialize VLC lookup tables

Friends And Related Symbol Documentation

◆ M4BitstreamParser

friend class M4BitstreamParser
friend

The documentation for this class was generated from the following files: