FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | MPC7_SCFI_SIZE 4 |
#define | MPC7_SCFI_BITS 3 |
#define | MPC7_DSCF_SIZE 16 |
#define | MPC7_DSCF_BITS 6 |
#define | MPC7_HDR_SIZE 10 |
#define | MPC7_HDR_BITS 9 |
#define | MPC7_QUANT_VLC_TABLES 7 |
Variables | |
static const int8_t | mpc7_idx30 [] = { -1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1} |
static const int8_t | mpc7_idx31 [] = { -1,-1,-1, 0, 0, 0, 1, 1, 1,-1,-1,-1, 0, 0, 0, 1, 1, 1,-1,-1,-1, 0, 0, 0, 1, 1, 1} |
static const int8_t | mpc7_idx32 [] = { -1,-1,-1,-1,-1,-1,-1,-1,-1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1} |
static const int8_t | mpc7_idx50 [] = { -2,-1, 0, 1, 2,-2,-1, 0, 1, 2,-2,-1, 0, 1, 2,-2,-1, 0, 1, 2,-2,-1, 0, 1, 2} |
static const int8_t | mpc7_idx51 [] = { -2,-2,-2,-2,-2,-1,-1,-1,-1,-1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2} |
static const uint8_t | mpc7_scfi [MPC7_SCFI_SIZE *2] |
static const uint8_t | mpc7_dscf [MPC7_DSCF_SIZE *2] |
static const uint8_t | mpc7_hdr [MPC7_HDR_SIZE *2] |
static const uint8_t | mpc7_quant_vlc_sizes [MPC7_QUANT_VLC_TABLES *2] |
static const uint8_t | mpc7_quant_vlc_off [MPC7_QUANT_VLC_TABLES] |
static const uint16_t | mpc7_quant_vlc [MPC7_QUANT_VLC_TABLES][2][64 *2] |
#define MPC7_SCFI_SIZE 4 |
Definition at line 33 of file mpc7data.h.
#define MPC7_SCFI_BITS 3 |
Definition at line 34 of file mpc7data.h.
#define MPC7_DSCF_SIZE 16 |
Definition at line 39 of file mpc7data.h.
#define MPC7_DSCF_BITS 6 |
Definition at line 40 of file mpc7data.h.
#define MPC7_HDR_SIZE 10 |
Definition at line 46 of file mpc7data.h.
#define MPC7_HDR_BITS 9 |
Definition at line 47 of file mpc7data.h.
#define MPC7_QUANT_VLC_TABLES 7 |
Definition at line 53 of file mpc7data.h.
|
static |
Definition at line 27 of file mpc7data.h.
Referenced by idx_to_quant().
|
static |
Definition at line 28 of file mpc7data.h.
Referenced by idx_to_quant().
|
static |
Definition at line 29 of file mpc7data.h.
Referenced by idx_to_quant().
|
static |
Definition at line 30 of file mpc7data.h.
Referenced by idx_to_quant().
|
static |
Definition at line 31 of file mpc7data.h.
Referenced by idx_to_quant().
|
static |
Definition at line 35 of file mpc7data.h.
Referenced by mpc7_decode_init().
|
static |
Definition at line 41 of file mpc7data.h.
Referenced by mpc7_decode_init().
|
static |
Definition at line 48 of file mpc7data.h.
Referenced by mpc7_decode_init().
|
static |
Definition at line 54 of file mpc7data.h.
Referenced by mpc7_decode_init().
|
static |
Definition at line 58 of file mpc7data.h.
Referenced by idx_to_quant().
|
static |
Definition at line 62 of file mpc7data.h.
Referenced by mpc7_decode_init().