FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | softfloat |
Variables | |
static const int | sample_rates [] |
static const uint8_t | bitstream_sfreq [] = { 1, 2, 3, 6, 7, 8, 11, 12, 13 } |
static uint16_t | fc [] |
static uint16_t | erb [] |
static const softfloat | stepsize_inv [27] |
static const softfloat | scalefactor_inv [128] |
static const int | bit_consumption [27] |
static const int | quant_levels [27] |
|
static |
Definition at line 32 of file dcaenc.h.
Referenced by asink_query_formats(), configure_output_audio_filter(), encode_init(), and query_formats().
|
static |
Definition at line 36 of file dcaenc.h.
Referenced by put_frame_header().
|
static |
Definition at line 41 of file dcaenc.h.
Referenced by create_vorbis_context(), decode_frame(), ff_lzw_decode(), format_to_name(), gammafilter(), imlt_window_float(), nut_write_packet(), opt_default(), and vorbis_encode_frame().
|
static |
Definition at line 46 of file dcaenc.h.
Referenced by gammafilter().
|
static |
Definition at line 51 of file dcaenc.h.
Referenced by calc_one_scale().
|
static |
Definition at line 61 of file dcaenc.h.
Referenced by calc_one_scale().
|
static |
Definition at line 100 of file dcaenc.h.
Referenced by init_quantization_noise(), and put_subframe_samples().
|
static |
Definition at line 107 of file dcaenc.h.
Referenced by calc_one_scale(), and put_subframe_samples().