FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
RLTable Struct Reference

RLTable. More...

#include <rl.h>

Data Fields

int n
 number of entries of table_vlc minus 1
 
int last
 number of values for last = 0
 
const uint16_t(* table_vlc )[2]
 
const int8_t * table_run
 
const int8_t * table_level
 
uint8_tindex_run [2]
 encoding only
 
int8_t * max_level [2]
 encoding & decoding
 
int8_t * max_run [2]
 encoding & decoding
 
VLC vlc
 decoding only deprecated FIXME remove
 
RL_VLC_ELEMrl_vlc [32]
 decoding only
 

Detailed Description

RLTable.

Definition at line 38 of file rl.h.

Field Documentation

int RLTable::n
int RLTable::last

number of values for last = 0

Definition at line 40 of file rl.h.

Referenced by ff_init_rl(), ff_init_vlc_rl(), and h263_decode_block().

const uint16_t(* RLTable::table_vlc)[2]
const int8_t* RLTable::table_run

Definition at line 42 of file rl.h.

Referenced by ff_init_rl(), ff_init_vlc_rl(), h261_decode_block(), h263_decode_block(), and init_2d_vlc_rl().

const int8_t* RLTable::table_level

Definition at line 43 of file rl.h.

Referenced by ff_init_rl(), ff_init_vlc_rl(), h261_decode_block(), h263_decode_block(), and init_2d_vlc_rl().

uint8_t* RLTable::index_run[2]

encoding only

Definition at line 44 of file rl.h.

Referenced by ff_init_rl(), ff_mpeg1_encode_init(), get_rl_index(), and init_uni_ac_vlc().

int8_t* RLTable::max_level[2]
int8_t* RLTable::max_run[2]
VLC RLTable::vlc

decoding only deprecated FIXME remove

Definition at line 47 of file rl.h.

Referenced by ff_init_vlc_rl(), h261_decode_block(), h263_decode_block(), and init_2d_vlc_rl().

RL_VLC_ELEM* RLTable::rl_vlc[32]

The documentation for this struct was generated from the following file: