28 #ifndef AVCODEC_AC3ENC_H 29 #define AVCODEC_AC3ENC_H 41 #ifndef CONFIG_AC3ENC_FLOAT 42 #define CONFIG_AC3ENC_FLOAT 0 45 #define OFFSET(param) offsetof(AC3EncodeContext, options.param) 46 #define AC3ENC_PARAM (AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM) 48 #define AC3ENC_TYPE_AC3_FIXED 0 49 #define AC3ENC_TYPE_AC3 1 50 #define AC3ENC_TYPE_EAC3 2 52 #if CONFIG_AC3ENC_FLOAT 53 #define AC3_NAME(x) ff_ac3_float_ ## x 54 #define MAC_COEF(d,a,b) ((d)+=(a)*(b)) 55 #define COEF_MIN (-16777215.0/16777216.0) 56 #define COEF_MAX ( 16777215.0/16777216.0) 57 #define NEW_CPL_COORD_THRESHOLD 0.03 62 #define AC3_NAME(x) ff_ac3_fixed_ ## x 63 #define MAC_COEF(d,a,b) MAC64(d,a,b) 64 #define COEF_MIN -16777215 65 #define COEF_MAX 16777215 66 #define NEW_CPL_COORD_THRESHOLD 503317 73 #define AC3ENC_OPT_NONE -1 74 #define AC3ENC_OPT_AUTO -1 75 #define AC3ENC_OPT_OFF 0 76 #define AC3ENC_OPT_ON 1 77 #define AC3ENC_OPT_NOT_INDICATED 0 78 #define AC3ENC_OPT_MODE_ON 2 79 #define AC3ENC_OPT_MODE_OFF 1 82 #define AC3ENC_OPT_LARGE_ROOM 1 83 #define AC3ENC_OPT_SMALL_ROOM 2 84 #define AC3ENC_OPT_DOWNMIX_LTRT 1 85 #define AC3ENC_OPT_DOWNMIX_LORO 2 86 #define AC3ENC_OPT_ADCONV_STANDARD 0 87 #define AC3ENC_OPT_ADCONV_HDCD 1 uint8_t new_rematrixing_strategy
send new rematrixing flags in this block
int ff_ac3_encode_init(AVCodecContext *avctx)
This structure describes decoded (raw) audio or video data.
int db_per_bit_code
dB/bit code (dbpbcod)
int AC3_NAME() allocate_sample_buffers(AC3EncodeContext *s)
int slow_decay_code
slow decay code (sdcycod)
struct AC3EncodeContext AC3EncodeContext
AC-3 encoder private context.
Encoding Options used by AVOption.
int ff_ac3_fixed_allocate_sample_buffers(AC3EncodeContext *s)
float loro_surround_mix_level
int dolby_surround_ex_mode
uint8_t ** cpl_coord_exp
coupling coord exponents (cplcoexp)
int bandwidth_code
bandwidth code (0 to 60) (chbwcod)
uint8_t * grouped_exp_buffer
int16_t ** psd
psd per frequency bin
int frame_size_code
frame size code (frmsizecod)
int frame_bits
all frame bits except exponents and mantissas
const uint64_t ff_ac3_channel_layouts[19]
List of supported channel layouts.
uint8_t ** cpl_coord_mant
coupling coord mantissas (cplcomant)
uint16_t ** qmant
quantized mantissas
int ff_ac3_validate_metadata(AC3EncodeContext *s)
Validate metadata options as set by AVOption system.
PutBitContext pb
bitstream writer context
int num_cpl_channels
number of channels in coupling
AC3BitAllocParameters bit_alloc
bit allocation parameters
int ff_ac3_float_allocate_sample_buffers(AC3EncodeContext *s)
float ltrt_surround_mix_level
int ff_ac3_float_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
int new_cpl_leak
send new coupling leak info
int rematrixing_enabled
stereo rematrixing enabled
int channel_mode
channel mode (acmod)
int num_cpl_subbands
number of coupling subbands (ncplsubnd)
av_cold int AC3_NAME() mdct_init(AC3EncodeContext *s)
Initialize MDCT tables.
int fbw_channels
number of full-bandwidth channels (nfchans)
int ff_ac3_compute_bit_allocation(AC3EncodeContext *s)
int slow_gain_code
slow gain code (sgaincod)
uint8_t ** exp
original exponents
int num_rematrixing_bands
number of rematrixing bands
AC3DSPContext ac3dsp
AC-3 optimized functions.
int loro_center_mix_level
Lo/Ro center mix level code.
int num_cpl_bands
number of coupling bands (ncplbnd)
av_cold void AC3_NAME() mdct_end(AC3EncodeContext *s)
Finalize MDCT and free allocated memory.
void ff_ac3_fixed_mdct_end(AC3EncodeContext *s)
int lfe_channel
channel index of the LFE channel
int ref_bap_set
indicates if ref_bap pointers have been set
void ff_ac3_quantize_mantissas(AC3EncodeContext *s)
Quantize mantissas using coefficients, exponents, and bit allocation pointers.
int new_snr_offsets
send new SNR offsets
void(* output_frame_header)(struct AC3EncodeContext *s)
int loro_surround_mix_level
Lo/Ro surround mix level code.
CoefType ** mdct_coef
MDCT coefficients.
int num_blks_code
number of blocks code (numblkscod)
AC3EncOptions options
encoding options
int16_t ** band_psd
psd per critical band
AVClass * av_class
AVClass used for AVOption.
float ltrt_center_mix_level
int channels
total number of channels (nchans)
#define AC3_MAX_CHANNELS
maximum number of channels, including coupling channel
int cpl_on
coupling turned on for this frame
int fixed_point
indicates if fixed-point encoder is being used
int ltrt_surround_mix_level
Lt/Rt surround mix level code.
int new_cpl_strategy
send new coupling strategy
int surround_mix_level
surround mix level code
int cpl_in_use
coupling in use for this block (cplinu)
int cpl_enabled
coupling enabled for all frames
Data for a single audio block.
int floor_code
floor code (floorcod)
int bitstream_mode
bitstream mode (bsmod)
int has_surround
indicates if there are one or more surround channels
int eac3
indicates if this is E-AC-3 vs. AC-3
void ff_ac3_apply_rematrixing(AC3EncodeContext *s)
Apply stereo rematrixing to coefficients based on rematrixing flags.
float loro_center_mix_level
int ff_ac3_float_mdct_init(AC3EncodeContext *s)
Initialize MDCT tables.
struct AC3Block AC3Block
Data for a single audio block.
void ff_ac3_process_exponents(AC3EncodeContext *s)
Calculate final exponents from the supplied MDCT coefficients and exponent shift. ...
void ff_ac3_compute_coupling_strategy(AC3EncodeContext *s)
Set the initial coupling strategy parameters prior to coupling analysis.
int exponent_bits
number of bits used for exponents
int coarse_snr_offset
coarse SNR offsets (csnroffst)
int16_t ** mask
masking curve
FFTContext mdct
FFT context for MDCT calculation.
const SampleType * mdct_window
MDCT window function array.
SampleType ** planar_samples
int fast_decay_code
fast decay code (fdcycod)
int audio_production_info
typedef void(RENAME(mix_any_func_type))
struct AC3EncOptions AC3EncOptions
Encoding Options used by AVOption.
main external API structure.
int sample_rate
sampling frequency, in Hz
CoefType * mdct_coef_buffer
int has_center
indicates if there is a center channel
int bit_rate
target bit rate, in bits-per-second
const uint8_t * channel_map
channel map used to reorder channels
int frame_bits_fixed
number of non-coefficient bits for fixed parameters
Describe the class of an AVClass context structure.
uint8_t * cpl_coord_exp_buffer
int ltrt_center_mix_level
Lt/Rt center mix level code.
int ff_ac3_fixed_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
int center_mix_level
center mix level code
AC-3 encoder private context.
SampleType * windowed_samples
int preferred_stereo_downmix
int num_blocks
number of blocks per frame
void ff_ac3_output_frame(AC3EncodeContext *s, unsigned char *frame)
Write the frame to the output bitstream.
int ff_ac3_encode_close(AVCodecContext *avctx)
Finalize encoding and free any memory allocated by the encoder.
int frame_size
current frame size in bytes
uint8_t ** grouped_exp
grouped exponents
int cpl_end_freq
coupling channel end frequency bin
#define AC3_MAX_CPL_BANDS
int64_t bits_written
bit count (used to avg. bitrate)
int bitstream_id
bitstream id (bsid)
int16_t * band_psd_buffer
AVCodecContext * avctx
parent AVCodecContext
int allow_per_frame_metadata
int frame_size_min
minimum frame size in case rounding is necessary
void ff_ac3_float_mdct_end(AC3EncodeContext *s)
Finalize MDCT and free allocated memory.
int64_t samples_written
sample count (used to avg. bitrate)
uint8_t * cpl_coord_mant_buffer
int use_frame_exp_strategy
indicates use of frame exp strategy
int ff_ac3_fixed_mdct_init(AC3EncodeContext *s)
int cutoff
user-specified cutoff frequency, in Hz
void ff_ac3_adjust_frame_size(AC3EncodeContext *s)
Adjust the frame size to make the average bit rate match the target bit rate.
int lfe_on
indicates if there is an LFE channel (lfeon)
This structure stores compressed data.
Common code between the AC-3 encoder and decoder.
int32_t * fixed_coef_buffer
void ff_ac3_group_exponents(AC3EncodeContext *s)
Group exponents.
int32_t ** fixed_coef
fixed-point MDCT coefficients