FFmpeg
|
#include <rl.h>
Data Fields | |
int | n |
number of entries of table_vlc minus 1 More... | |
int | last |
number of values for last = 0 More... | |
const uint16_t(* | table_vlc )[2] |
const int8_t * | table_run |
const int8_t * | table_level |
uint8_t * | index_run [2] |
encoding only More... | |
int8_t * | max_level [2] |
encoding & decoding More... | |
int8_t * | max_run [2] |
encoding & decoding More... | |
RL_VLC_ELEM * | rl_vlc [32] |
decoding only More... | |
int RLTable::n |
number of entries of table_vlc minus 1
Definition at line 40 of file rl.h.
Referenced by ff_msmpeg4_encode_block(), ff_rl_init(), ff_rl_init_vlc(), get_rl_index(), get_size_of_code(), h261_encode_block(), h263_encode_block(), init_uni_h261_rl_tab(), init_uni_h263_rl_tab(), and init_uni_mpeg4_rl_tab().
int RLTable::last |
number of values for last = 0
Definition at line 41 of file rl.h.
Referenced by ff_rl_init(), and ff_rl_init_vlc().
const uint16_t(* RLTable::table_vlc)[2] |
Definition at line 42 of file rl.h.
Referenced by ff_msmpeg4_encode_block(), ff_rl_init_vlc(), get_size_of_code(), h261_encode_block(), h263_encode_block(), init_uni_h261_rl_tab(), init_uni_h263_rl_tab(), and init_uni_mpeg4_rl_tab().
const int8_t* RLTable::table_run |
Definition at line 43 of file rl.h.
Referenced by ff_rl_init(), and ff_rl_init_vlc().
const int8_t* RLTable::table_level |
Definition at line 44 of file rl.h.
Referenced by ff_rl_init(), and ff_rl_init_vlc().
uint8_t* RLTable::index_run[2] |
int8_t* RLTable::max_level[2] |
encoding & decoding
Definition at line 46 of file rl.h.
Referenced by ff_msmpeg4_decode_block(), ff_msmpeg4_encode_block(), ff_rl_init(), get_rl_index(), get_size_of_code(), init_uni_mpeg4_rl_tab(), and mpeg4_decode_block().
int8_t* RLTable::max_run[2] |
encoding & decoding
Definition at line 47 of file rl.h.
Referenced by ff_msmpeg4_decode_block(), ff_msmpeg4_encode_block(), ff_rl_init(), get_size_of_code(), init_uni_mpeg4_rl_tab(), and mpeg4_decode_block().
RL_VLC_ELEM* RLTable::rl_vlc[32] |
decoding only
Definition at line 48 of file rl.h.
Referenced by ff_msmpeg4_decode_block(), ff_rl_init_vlc(), h261_decode_block(), h263_decode_block(), mpeg4_decode_block(), and msmpeg4_decode_init_static().