FFmpeg
|
Go to the source code of this file.
Macros | |
#define | SCALE(c) ((c) / (256.0f * 32768.0f)) |
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_dmixtable [241] |
static const float | dca_default_coeffs [10][6][2] |
Definition at line 7309 of file dcadata.h.
Referenced by avfilter_register_all().
|
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_downmix(), dca_parse_frame_header(), and dca_subframe_footer().
|
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 7310 of file dcadata.h.
Referenced by encode_init(), and lfe_interpolation_fir().
|
static |
Definition at line 7442 of file dcadata.h.
Referenced by lfe_interpolation_fir().
|
static |
Definition at line 7523 of file dcadata.h.
Referenced by dca_decode_frame(), and dca_parse_audio_coding_header().
|
static |
Definition at line 7557 of file dcadata.h.
Referenced by dca_decode_frame().