FFmpeg  4.0
Data Fields
AC3BitAllocParameters Struct Reference

#include <libavcodec/ac3.h>

Data Fields

int sr_code
 
int sr_shift
 
int slow_gain
 
int slow_decay
 
int fast_decay
 
int db_per_bit
 
int floor
 
int cpl_fast_leak
 
int cpl_slow_leak
 

Detailed Description

Definition at line 166 of file ac3.h.

Field Documentation

◆ sr_code

int AC3BitAllocParameters::sr_code

◆ sr_shift

int AC3BitAllocParameters::sr_shift

◆ slow_gain

int AC3BitAllocParameters::slow_gain

Definition at line 169 of file ac3.h.

Referenced by bit_alloc_init(), and ff_ac3_bit_alloc_calc_mask().

◆ slow_decay

int AC3BitAllocParameters::slow_decay

Definition at line 169 of file ac3.h.

Referenced by bit_alloc_init(), and ff_ac3_bit_alloc_calc_mask().

◆ fast_decay

int AC3BitAllocParameters::fast_decay

Definition at line 169 of file ac3.h.

Referenced by bit_alloc_init(), and ff_ac3_bit_alloc_calc_mask().

◆ db_per_bit

int AC3BitAllocParameters::db_per_bit

Definition at line 169 of file ac3.h.

Referenced by bit_alloc_init(), and ff_ac3_bit_alloc_calc_mask().

◆ floor

int AC3BitAllocParameters::floor

Definition at line 169 of file ac3.h.

Referenced by bit_alloc(), and bit_alloc_init().

◆ cpl_fast_leak

int AC3BitAllocParameters::cpl_fast_leak

Definition at line 170 of file ac3.h.

Referenced by bit_alloc_init(), ff_ac3_bit_alloc_calc_mask(), and output_audio_block().

◆ cpl_slow_leak

int AC3BitAllocParameters::cpl_slow_leak

Definition at line 170 of file ac3.h.

Referenced by bit_alloc_init(), ff_ac3_bit_alloc_calc_mask(), and output_audio_block().


The documentation for this struct was generated from the following file: