FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | NUM_INTRA_TABLES 5 |
#define | NUM_INTER_TABLES 7 |
#define | CBPPAT_VLC_SIZE 1296 |
#define | CBP_VLC_SIZE 16 |
#define | FIRSTBLK_VLC_SIZE 864 |
#define | OTHERBLK_VLC_SIZE 108 |
#define | COEFF_VLC_SIZE 32 |
#define | MAX_VLC_SIZE 1296 |
Variables | |
static const uint8_t | rv34_table_intra_cbppat [NUM_INTRA_TABLES][2][CBPPAT_VLC_SIZE] |
static const uint8_t | rv34_table_intra_cbp [NUM_INTRA_TABLES][8][CBP_VLC_SIZE] |
static const uint8_t | rv34_table_intra_firstpat [NUM_INTRA_TABLES][4][FIRSTBLK_VLC_SIZE] |
static const uint8_t | rv34_table_intra_secondpat [NUM_INTRA_TABLES][2][OTHERBLK_VLC_SIZE] |
static const uint8_t | rv34_table_intra_thirdpat [NUM_INTRA_TABLES][2][OTHERBLK_VLC_SIZE] |
static const uint8_t | rv34_intra_coeff [NUM_INTRA_TABLES][COEFF_VLC_SIZE] |
static const uint8_t | rv34_inter_cbppat [NUM_INTER_TABLES][CBPPAT_VLC_SIZE] |
static const uint8_t | rv34_inter_cbp [NUM_INTER_TABLES][4][CBP_VLC_SIZE] |
static const uint8_t | rv34_table_inter_firstpat [NUM_INTER_TABLES][2][FIRSTBLK_VLC_SIZE] |
static const uint8_t | rv34_table_inter_secondpat [NUM_INTER_TABLES][2][OTHERBLK_VLC_SIZE] |
static const uint8_t | rv34_table_inter_thirdpat [NUM_INTER_TABLES][2][OTHERBLK_VLC_SIZE] |
static const uint8_t | rv34_inter_coeff [NUM_INTER_TABLES][COEFF_VLC_SIZE] |
#define NUM_INTRA_TABLES 5 |
Definition at line 32 of file rv34vlc.h.
Referenced by rv34_init_tables().
#define NUM_INTER_TABLES 7 |
Definition at line 33 of file rv34vlc.h.
Referenced by rv34_init_tables().
#define CBPPAT_VLC_SIZE 1296 |
Definition at line 35 of file rv34vlc.h.
Referenced by rv34_init_tables().
#define CBP_VLC_SIZE 16 |
Definition at line 36 of file rv34vlc.h.
Referenced by rv34_init_tables().
#define FIRSTBLK_VLC_SIZE 864 |
Definition at line 37 of file rv34vlc.h.
Referenced by rv34_init_tables().
#define OTHERBLK_VLC_SIZE 108 |
Definition at line 38 of file rv34vlc.h.
Referenced by rv34_init_tables().
#define COEFF_VLC_SIZE 32 |
Definition at line 39 of file rv34vlc.h.
Referenced by rv34_init_tables().
#define MAX_VLC_SIZE 1296 |
Definition at line 40 of file rv34vlc.h.
Referenced by rv34_gen_vlc().
|
static |
Definition at line 42 of file rv34vlc.h.
Referenced by rv34_init_tables().
|
static |
Definition at line 886 of file rv34vlc.h.
Referenced by rv34_init_tables().
|
static |
Definition at line 940 of file rv34vlc.h.
Referenced by rv34_init_tables().
|
static |
Definition at line 2074 of file rv34vlc.h.
Referenced by rv34_init_tables().
|
static |
Definition at line 2177 of file rv34vlc.h.
Referenced by rv34_init_tables().
|
static |
Definition at line 2281 of file rv34vlc.h.
Referenced by rv34_init_tables().
|
static |
Definition at line 2305 of file rv34vlc.h.
Referenced by rv34_init_tables().
|
static |
Definition at line 2890 of file rv34vlc.h.
Referenced by rv34_init_tables().
|
static |
Definition at line 2936 of file rv34vlc.h.
Referenced by rv34_init_tables().
|
static |
Definition at line 3737 of file rv34vlc.h.
Referenced by rv34_init_tables().
|
static |
Definition at line 3880 of file rv34vlc.h.
Referenced by rv34_init_tables().
|
static |
Definition at line 4024 of file rv34vlc.h.
Referenced by rv34_init_tables().