FFmpeg
|
Go to the source code of this file.
Variables | |
static const uint32_t | dca_bit_rates [32] |
static const uint8_t | dca_channels [16] |
static const uint8_t | dca_bits_per_sample [7] |
static const int16_t | adpcm_vb [4096][4] |
static const uint32_t | scale_factor_quant6 [64] |
static const uint32_t | scale_factor_quant7 [128] |
static const uint32_t | lossy_quant [32] |
static const float | lossy_quant_d [32] |
static const uint32_t | lossless_quant [32] |
static const float | lossless_quant_d [32] |
static const int8_t | high_freq_vq [1024][32] |
static const float | fir_32bands_perfect [] |
static const float | fir_32bands_nonperfect [] |
static const float | lfe_fir_64 [] |
static const float | lfe_fir_128 [] |
static const float | dca_downmix_coeffs [65] |
static const float | dca_downmix_scale_factors [241] |
static const uint8_t | dca_default_coeffs [10][5][2] |
|
static |
Definition at line 31 of file dcadata.h.
Referenced by dca_parse_frame_header(), and encode_init().
|
static |
Definition at line 41 of file dcadata.h.
Referenced by dca_parse_frame_header().
|
static |
Definition at line 46 of file dcadata.h.
Referenced by dca_parse_frame_header().
|
static |
Definition at line 55 of file dcadata.h.
Referenced by dca_subframe_header(), and dca_subsubframe().
|
static |
Definition at line 4157 of file dcadata.h.
Referenced by dca_subframe_header(), and dca_xbr_parse_frame().
|
static |
Definition at line 4168 of file dcadata.h.
Referenced by dca_subframe_header(), and dca_xbr_parse_frame().
|
static |
|
static |
Definition at line 4195 of file dcadata.h.
Referenced by dca_subsubframe().
|
static |
|
static |
Definition at line 4210 of file dcadata.h.
Referenced by dca_subsubframe(), and dca_xbr_parse_frame().
|
static |
Definition at line 4221 of file dcadata.h.
Referenced by dca_subsubframe().
|
static |
Definition at line 6276 of file dcadata.h.
Referenced by encode_init(), and qmf_32_subbands().
|
static |
Definition at line 6792 of file dcadata.h.
Referenced by encode_init(), and qmf_32_subbands().
|
static |
Definition at line 7308 of file dcadata.h.
Referenced by encode_init(), and lfe_interpolation_fir().
|
static |
Definition at line 7440 of file dcadata.h.
Referenced by lfe_interpolation_fir().
|
static |
Definition at line 7511 of file dcadata.h.
Referenced by dca_downmix(), and dca_subframe_header().
|
static |
Definition at line 7525 of file dcadata.h.
Referenced by dca_parse_audio_coding_header().
|
static |
Definition at line 7559 of file dcadata.h.
Referenced by dca_subframe_header().