FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | AIC_TOP_BITS 7 |
codes used for the first four block types More... | |
#define | AIC_TOP_SIZE 16 |
#define | AIC_MODE2_NUM 20 |
codes used for determining a pair of block types More... | |
#define | AIC_MODE2_SIZE 81 |
#define | AIC_MODE2_BITS 9 |
#define | AIC_MODE1_NUM 90 |
Codes used for determining block type. More... | |
#define | AIC_MODE1_SIZE 9 |
#define | AIC_MODE1_BITS 7 |
#define | PBTYPE_ESCAPE 0xFF |
#define | NUM_PTYPE_VLCS 7 |
tables used for P-frame macroblock type decoding More... | |
#define | PTYPE_VLC_SIZE 8 |
#define | PTYPE_VLC_BITS 7 |
#define | NUM_BTYPE_VLCS 6 |
tables used for P-frame macroblock type decoding More... | |
#define | BTYPE_VLC_SIZE 7 |
#define | BTYPE_VLC_BITS 6 |
Variables | |
static const uint8_t | rv40_aic_top_vlc_tab [AIC_TOP_SIZE][2] |
static const uint8_t | aic_mode2_vlc_syms [AIC_MODE2_NUM][AIC_MODE2_SIZE] |
static const uint8_t | aic_mode2_vlc_bits [AIC_MODE2_NUM][AIC_MODE2_SIZE] |
static const uint8_t | aic_mode1_vlc_tabs [AIC_MODE1_NUM][AIC_MODE1_SIZE][2] |
static const uint8_t | ptype_vlc_tabs [NUM_PTYPE_VLCS][PTYPE_VLC_SIZE][2] |
static const uint8_t | block_num_to_ptype_vlc_num [12] |
static const uint8_t | btype_vlc_tabs [NUM_BTYPE_VLCS][BTYPE_VLC_SIZE][2] |
static const uint8_t | block_num_to_btype_vlc_num [12] |
RV40 VLC tables used for macroblock information decoding
Definition in file rv40vlc2.h.
#define AIC_TOP_BITS 7 |
codes used for the first four block types
Definition at line 36 of file rv40vlc2.h.
#define AIC_TOP_SIZE 16 |
Definition at line 37 of file rv40vlc2.h.
#define AIC_MODE2_NUM 20 |
codes used for determining a pair of block types
Definition at line 49 of file rv40vlc2.h.
#define AIC_MODE2_SIZE 81 |
Definition at line 50 of file rv40vlc2.h.
#define AIC_MODE2_BITS 9 |
Definition at line 51 of file rv40vlc2.h.
#define AIC_MODE1_NUM 90 |
Codes used for determining block type.
Definition at line 384 of file rv40vlc2.h.
#define AIC_MODE1_SIZE 9 |
Definition at line 385 of file rv40vlc2.h.
#define AIC_MODE1_BITS 7 |
Definition at line 386 of file rv40vlc2.h.
#define PBTYPE_ESCAPE 0xFF |
Definition at line 564 of file rv40vlc2.h.
#define NUM_PTYPE_VLCS 7 |
tables used for P-frame macroblock type decoding
Definition at line 568 of file rv40vlc2.h.
#define PTYPE_VLC_SIZE 8 |
Definition at line 569 of file rv40vlc2.h.
#define PTYPE_VLC_BITS 7 |
Definition at line 570 of file rv40vlc2.h.
#define NUM_BTYPE_VLCS 6 |
tables used for P-frame macroblock type decoding
Definition at line 596 of file rv40vlc2.h.
#define BTYPE_VLC_SIZE 7 |
Definition at line 597 of file rv40vlc2.h.
#define BTYPE_VLC_BITS 6 |
Definition at line 598 of file rv40vlc2.h.
|
static |
Definition at line 38 of file rv40vlc2.h.
Referenced by rv40_init_tables().
|
static |
Definition at line 53 of file rv40vlc2.h.
Referenced by rv40_init_tables().
|
static |
Definition at line 236 of file rv40vlc2.h.
Referenced by rv40_init_tables().
|
static |
Definition at line 388 of file rv40vlc2.h.
Referenced by rv40_init_tables().
|
static |
Definition at line 572 of file rv40vlc2.h.
Referenced by rv40_init_tables().
|
static |
Definition at line 589 of file rv40vlc2.h.
Referenced by rv40_decode_mb_info().
|
static |
Definition at line 600 of file rv40vlc2.h.
Referenced by rv40_init_tables().
|
static |
Definition at line 615 of file rv40vlc2.h.
Referenced by rv40_decode_mb_info().