Grok 12.0.1
Functions | Variables
VLC decoding tables

VLC decoding tables used in decoding VLC codewords to these fields:
More...

Functions

static bool ojph::local::vlc_init_tables ()
 Initializes vlc_tbl0 and vlc_tbl1 tables, from table0.h and table1.h.
 

Variables

ui16 ojph::local::vlc_tbl0 [1024] = { 0 }
 vlc_tbl0 contains decoding information for initial row of quads
 
ui16 ojph::local::vlc_tbl1 [1024] = { 0 }
 vlc_tbl1 contains decoding information for non-initial row of quads
 
static bool ojph::local::vlc_tables_initialized = vlc_init_tables()
 Initializes VLC tables vlc_tbl0 and vlc_tbl1.
 

Detailed Description

VLC decoding tables used in decoding VLC codewords to these fields:

Function Documentation

◆ vlc_init_tables()

static bool ojph::local::vlc_init_tables ( )
static

Initializes vlc_tbl0 and vlc_tbl1 tables, from table0.h and table1.h.

References ojph::local::vlc_tbl0, and ojph::local::vlc_tbl1.

Variable Documentation

◆ vlc_tables_initialized

bool ojph::local::vlc_tables_initialized = vlc_init_tables()
static

Initializes VLC tables vlc_tbl0 and vlc_tbl1.

◆ vlc_tbl0

static ui16 ojph::local::vlc_tbl0 = { 0 }

◆ vlc_tbl1

static ui16 ojph::local::vlc_tbl1 = { 0 }