#include <stdint.h>
#include "vc1data.h"
Go to the source code of this file.
Variables | |
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] |
const uint8_t vc1_delta_level_table[AC_MODES][31] [static] |
const uint8_t vc1_delta_run_table[AC_MODES][57] [static] |
const uint8_t vc1_index_decode_table[AC_MODES][185][2] [static] |
const int vc1_last_decode_table[AC_MODES] [static] |
Initial value:
{ 119, 99, 85, 81, 67, 58, 126, 109 }
Definition at line 30 of file vc1acdata.h.
Referenced by vc1_decode_ac_coeff().
const uint8_t vc1_last_delta_level_table[AC_MODES][44] [static] |
const uint8_t vc1_last_delta_run_table[AC_MODES][10] [static] |
Initial value:
{ { -1, 37, 15, 4, 3, 1, 0 }, { -1, 36, 14, 6, 3, 1, 0, 0, 0, 0 }, { -1, 26, 13, 3, 1 }, { -1, 43, 15, 3, 1, 0 }, { -1, 20, 6, 1, 0, 0, 0, 0, 0 }, { -1, 40, 1, 0 }, { -1, 16, 14, 2, 0 }, { -1, 30, 28, 3, 0 } }
Definition at line 339 of file vc1acdata.h.
Referenced by vc1_decode_ac_coeff().