libavcodec/vc1acdata.h File Reference

#include <stdint.h>

Go to the source code of this file.

Defines

#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 Documentation

#define AC_MODES   8

Definition at line 27 of file vc1acdata.h.


Variable Documentation

const int vc1_ac_sizes[AC_MODES] [static]

Initial value:

 {
    186, 169, 133, 149, 103, 103, 163, 175
}

Definition at line 29 of file vc1acdata.h.

Referenced by vc1_decode_ac_coeff(), and vc1_init_common().

const uint32_t vc1_ac_tables[AC_MODES][186][2] [static]

Definition at line 33 of file vc1acdata.h.

Referenced by vc1_init_common().

const uint8_t vc1_delta_level_table[AC_MODES][31] [static]

Definition at line 428 of file vc1acdata.h.

Referenced by vc1_decode_ac_coeff().

const uint8_t vc1_delta_run_table[AC_MODES][57] [static]

Definition at line 520 of file vc1acdata.h.

Referenced by vc1_decode_ac_coeff().

const uint8_t vc1_index_decode_table[AC_MODES][185][2] [static]

Definition at line 259 of file vc1acdata.h.

Referenced by vc1_decode_ac_coeff().

const int vc1_last_decode_table[AC_MODES] [static]

Initial value:

 {
    119, 99, 85, 81, 67, 58, 126, 109
}

Definition at line 255 of file vc1acdata.h.

Referenced by vc1_decode_ac_coeff().

const uint8_t vc1_last_delta_level_table[AC_MODES][44] [static]

Definition at line 471 of file vc1acdata.h.

Referenced by vc1_decode_ac_coeff().

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 564 of file vc1acdata.h.

Referenced by vc1_decode_ac_coeff().


Generated on Fri Oct 26 02:38:18 2012 for FFmpeg by  doxygen 1.5.8