FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | softfloat |
Functions | |
static int32_t | quantize_value (int32_t value, softfloat quant) |
Variables | |
static const int | sample_rates [] |
static const uint8_t | bitstream_sfreq [] = { 1, 2, 3, 6, 7, 8, 11, 12, 13 } |
static const uint16_t | fc [] |
static const uint16_t | erb [] |
static const softfloat | stepsize_inv [27] |
static const softfloat | scalefactor_inv [128] |
static const int | bit_consumption [27] |
static const int8_t | lfe_index [16] |
static const int8_t | channel_reorder_lfe [16][9] |
static const int8_t | channel_reorder_nolfe [16][9] |
Definition at line 149 of file dcaenc.h.
Referenced by calc_one_scale(), ff_dcaadpcm_do_real(), put_subframe(), and quantize_pcm().
|
static |
|
static |
Definition at line 38 of file dcaenc.h.
Referenced by put_frame_header().
|
static |
|
static |
Definition at line 48 of file dcaenc.h.
Referenced by gammafilter().
|
static |
Definition at line 53 of file dcaenc.h.
Referenced by calc_one_scale().
|
static |
Definition at line 63 of file dcaenc.h.
Referenced by calc_one_scale().
|
static |
Definition at line 101 of file dcaenc.h.
Referenced by init_quantization_noise(), and put_subframe_samples().
|
static |
|
static |
|
static |