FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | MAX_COOK_VLC_ENTRIES 520 |
Variables | |
static const int | expbits_tab [8] |
static const float | dither_tab [9] |
static const float | quant_centroid_tab [7][14] |
static const int | invradix_tab [7] |
static const int | kmax_tab [7] |
static const int | vd_tab [7] |
static const int | vpr_tab [7] |
static const int | vhvlcsize_tab [7] |
static const uint8_t | envelope_quant_index_huffcounts [13][16] |
static const uint8_t | envelope_quant_index_huffsyms [13][24] |
static const uint8_t | cvh_huffcounts [7][16] |
static const uint8_t | cvh_huffsyms0 [181] |
static const uint8_t | cvh_huffsyms1 [94] |
static const uint8_t | cvh_huffsyms2 [48] |
static const uint16_t | cvh_huffsyms3 [520] |
static const uint8_t | cvh_huffsyms4 [209] |
static const uint8_t | cvh_huffsyms5 [192] |
static const uint8_t | cvh_huffsyms6 [32] |
static const void *const | cvh_huffsyms [7] |
static const uint8_t | ccpl_huffsyms2 [3] |
static const uint8_t | ccpl_huffsyms3 [7] |
static const uint8_t | ccpl_huffsyms4 [15] |
static const uint8_t | ccpl_huffsyms5 [31] |
static const uint8_t | ccpl_huffsyms6 [63] |
static const uint8_t | ccpl_huffcounts [5][16] |
static const uint8_t *const | ccpl_huffsyms [5] |
static const int | cplband [51] |
static const float | cplscale2 [5] |
static const float | cplscale3 [9] |
static const float | cplscale4 [17] |
static const float | cplscale5 [33] |
static const float | cplscale6 [65] |
static const float *const | cplscales [5] |
Cook AKA RealAudio G2 compatible decoder data
Definition in file cookdata.h.
#define MAX_COOK_VLC_ENTRIES 520 |
Definition at line 73 of file cookdata.h.
|
static |
Definition at line 35 of file cookdata.h.
Referenced by categorize().
|
static |
Definition at line 39 of file cookdata.h.
Referenced by expand_category(), and scalar_dequant_float().
|
static |
Definition at line 43 of file cookdata.h.
Referenced by scalar_dequant_float().
|
static |
Definition at line 53 of file cookdata.h.
Referenced by unpack_SQVH().
|
static |
Definition at line 57 of file cookdata.h.
Referenced by unpack_SQVH().
|
static |
Definition at line 61 of file cookdata.h.
Referenced by unpack_SQVH().
|
static |
Definition at line 65 of file cookdata.h.
Referenced by unpack_SQVH().
|
static |
Definition at line 75 of file cookdata.h.
Referenced by init_cook_vlc_tables().
|
static |
Definition at line 79 of file cookdata.h.
Referenced by init_cook_vlc_tables().
|
static |
Definition at line 95 of file cookdata.h.
Referenced by init_cook_vlc_tables().
|
static |
Definition at line 125 of file cookdata.h.
Referenced by init_cook_vlc_tables().
|
static |
Definition at line 135 of file cookdata.h.
|
static |
Definition at line 151 of file cookdata.h.
|
static |
Definition at line 159 of file cookdata.h.
|
static |
Definition at line 165 of file cookdata.h.
|
static |
Definition at line 203 of file cookdata.h.
|
static |
Definition at line 220 of file cookdata.h.
|
static |
Definition at line 236 of file cookdata.h.
|
static |
Definition at line 241 of file cookdata.h.
Referenced by init_cook_vlc_tables().
|
static |
Definition at line 246 of file cookdata.h.
|
static |
Definition at line 250 of file cookdata.h.
|
static |
Definition at line 254 of file cookdata.h.
|
static |
Definition at line 258 of file cookdata.h.
|
static |
Definition at line 263 of file cookdata.h.
|
static |
Definition at line 270 of file cookdata.h.
Referenced by init_cook_vlc_tables().
|
static |
Definition at line 278 of file cookdata.h.
Referenced by init_cook_vlc_tables().
|
static |
Definition at line 285 of file cookdata.h.
Referenced by decouple_info(), and joint_decode().
|
static |
Definition at line 301 of file cookdata.h.
|
static |
Definition at line 307 of file cookdata.h.
|
static |
Definition at line 314 of file cookdata.h.
|
static |
Definition at line 323 of file cookdata.h.
|
static |
Definition at line 336 of file cookdata.h.
|
static |
Definition at line 357 of file cookdata.h.
Referenced by init_cplscales_table().