FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | AIC_TOP_BITS 8 |
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_codes [AIC_TOP_SIZE] |
static const uint8_t | rv40_aic_top_vlc_bits [AIC_TOP_SIZE] |
static const uint16_t | aic_mode2_vlc_codes [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_codes [AIC_MODE1_NUM][AIC_MODE1_SIZE] |
static const uint8_t | aic_mode1_vlc_bits [AIC_MODE1_NUM][AIC_MODE1_SIZE] |
static const uint8_t | ptype_vlc_codes [NUM_PTYPE_VLCS][PTYPE_VLC_SIZE] |
static const uint8_t | ptype_vlc_bits [NUM_PTYPE_VLCS][PTYPE_VLC_SIZE] |
static const uint8_t | ptype_vlc_syms [PTYPE_VLC_SIZE] |
static const uint8_t | block_num_to_ptype_vlc_num [12] |
reverse of ptype_vlc_syms More... | |
static const uint8_t | btype_vlc_codes [NUM_BTYPE_VLCS][BTYPE_VLC_SIZE] |
static const uint8_t | btype_vlc_bits [NUM_BTYPE_VLCS][PTYPE_VLC_SIZE] |
static const uint8_t | btype_vlc_syms [BTYPE_VLC_SIZE] |
static const uint8_t | block_num_to_btype_vlc_num [12] |
reverse of btype_vlc_syms More... | |
RV40 VLC tables used for macroblock information decoding
Definition in file rv40vlc2.h.
#define AIC_TOP_BITS 8 |
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 52 of file rv40vlc2.h.
#define AIC_MODE2_SIZE 81 |
Definition at line 53 of file rv40vlc2.h.
#define AIC_MODE2_BITS 9 |
Definition at line 54 of file rv40vlc2.h.
#define AIC_MODE1_NUM 90 |
Codes used for determining block type.
Definition at line 427 of file rv40vlc2.h.
#define AIC_MODE1_SIZE 9 |
Definition at line 428 of file rv40vlc2.h.
#define AIC_MODE1_BITS 7 |
Definition at line 429 of file rv40vlc2.h.
#define PBTYPE_ESCAPE 0xFF |
Definition at line 635 of file rv40vlc2.h.
#define NUM_PTYPE_VLCS 7 |
tables used for P-frame macroblock type decoding
Definition at line 639 of file rv40vlc2.h.
#define PTYPE_VLC_SIZE 8 |
Definition at line 640 of file rv40vlc2.h.
#define PTYPE_VLC_BITS 7 |
Definition at line 641 of file rv40vlc2.h.
#define NUM_BTYPE_VLCS 6 |
tables used for P-frame macroblock type decoding
Definition at line 675 of file rv40vlc2.h.
#define BTYPE_VLC_SIZE 7 |
Definition at line 676 of file rv40vlc2.h.
#define BTYPE_VLC_BITS 6 |
Definition at line 677 of file rv40vlc2.h.
|
static |
Definition at line 38 of file rv40vlc2.h.
Referenced by rv40_init_tables().
|
static |
Definition at line 43 of file rv40vlc2.h.
Referenced by rv40_init_tables().
|
static |
Definition at line 56 of file rv40vlc2.h.
Referenced by rv40_init_tables().
|
static |
Definition at line 239 of file rv40vlc2.h.
Referenced by rv40_init_tables().
|
static |
Definition at line 431 of file rv40vlc2.h.
Referenced by rv40_init_tables().
|
static |
Definition at line 532 of file rv40vlc2.h.
Referenced by rv40_init_tables().
|
static |
Definition at line 643 of file rv40vlc2.h.
Referenced by rv40_init_tables().
|
static |
Definition at line 653 of file rv40vlc2.h.
Referenced by rv40_init_tables().
|
static |
Definition at line 663 of file rv40vlc2.h.
Referenced by rv40_init_tables().
|
static |
reverse of ptype_vlc_syms
Definition at line 668 of file rv40vlc2.h.
Referenced by rv40_decode_mb_info().
|
static |
Definition at line 679 of file rv40vlc2.h.
Referenced by rv40_init_tables().
|
static |
Definition at line 688 of file rv40vlc2.h.
Referenced by rv40_init_tables().
|
static |
Definition at line 697 of file rv40vlc2.h.
Referenced by rv40_init_tables().
|
static |
reverse of btype_vlc_syms
Definition at line 702 of file rv40vlc2.h.
Referenced by rv40_decode_mb_info().