Definition in file rl.h.
Go to the source code of this file.
Classes | |
| struct | RLTable |
| RLTable. More... | |
Functions | |
| void | init_rl (RLTable *rl, uint8_t static_store[2][2 *MAX_RUN+MAX_LEVEL+3]) |
| void | init_vlc_rl (RLTable *rl, int use_static) |
| static int | get_rl_index (const RLTable *rl, int last, int run, int level) |
| void init_rl | ( | RLTable * | rl, | |
| uint8_t | static_store[2][2 *MAX_RUN+MAX_LEVEL+3] | |||
| ) |
| static_store | static uint8_t array[2][2*MAX_RUN + MAX_LEVEL + 3] which will hold the level and run tables, if this is NULL av_malloc() will be used |
Definition at line 698 of file mpegvideo.c.
Referenced by ff_h261_encode_init(), ff_mpeg1_encode_init(), ff_msmpeg4_decode_init(), ff_msmpeg4_encode_init(), h261_decode_init_vlc(), h263_decode_init_vlc(), h263_encode_init(), and init_vlcs().
| void init_vlc_rl | ( | RLTable * | rl, | |
| int | use_static | |||
| ) |
Definition at line 749 of file mpegvideo.c.
Referenced by ff_msmpeg4_decode_init(), h261_decode_init_vlc(), and h263_decode_init_vlc().
| static int get_rl_index | ( | const RLTable * | rl, | |
| int | last, | |||
| int | run, | |||
| int | level | |||
| ) | [inline, static] |
Definition at line 56 of file rl.h.
Referenced by ff_msmpeg4_encode_block(), get_size_of_code(), h261_encode_block(), h263_encode_block(), init_uni_h263_rl_tab(), init_uni_mpeg4_rl_tab(), and mpeg4_encode_block().
1.5.5