#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | AC_MODES 8 |
Variables | |
static const int | vc1_ac_sizes [AC_MODES] |
static const uint32_t | vc1_ac_tables [AC_MODES][186][2] |
static const int | vc1_last_decode_table [AC_MODES] |
static const uint8_t | vc1_index_decode_table [AC_MODES][185][2] |
static const uint8_t | vc1_delta_level_table [AC_MODES][31] |
static const uint8_t | vc1_last_delta_level_table [AC_MODES][44] |
static const uint8_t | vc1_delta_run_table [AC_MODES][57] |
static const uint8_t | vc1_last_delta_run_table [AC_MODES][10] |
#define AC_MODES 8 |
Definition at line 27 of file vc1acdata.h.
|
static |
Definition at line 29 of file vc1acdata.h.
Referenced by ff_vc1_init_common(), and vc1_decode_ac_coeff().
|
static |
Definition at line 33 of file vc1acdata.h.
Referenced by ff_vc1_init_common().
|
static |
Definition at line 428 of file vc1acdata.h.
Referenced by vc1_decode_ac_coeff().
|
static |
Definition at line 520 of file vc1acdata.h.
Referenced by vc1_decode_ac_coeff().
|
static |
Definition at line 259 of file vc1acdata.h.
Referenced by vc1_decode_ac_coeff().
|
static |
Definition at line 255 of file vc1acdata.h.
Referenced by vc1_decode_ac_coeff().
|
static |
Definition at line 471 of file vc1acdata.h.
Referenced by vc1_decode_ac_coeff().
|
static |
Definition at line 564 of file vc1acdata.h.
Referenced by vc1_decode_ac_coeff().