FFmpeg
|
Data Fields | |
CompandT | transfer_fn |
double * | attack_rate |
double * | decay_rate |
double * | volume |
double | delay |
double | topfreq |
Crossover | filter |
AVFrame * | delay_buf |
size_t | delay_size |
ptrdiff_t | delay_buf_ptr |
size_t | delay_buf_cnt |
Definition at line 68 of file af_mcompand.c.
CompandT CompBand::transfer_fn |
Definition at line 69 of file af_mcompand.c.
Referenced by config_output(), mcompand_channel(), and uninit().
double* CompBand::attack_rate |
Definition at line 70 of file af_mcompand.c.
Referenced by config_output(), uninit(), and update_volume().
double* CompBand::decay_rate |
Definition at line 71 of file af_mcompand.c.
Referenced by config_output(), uninit(), and update_volume().
double* CompBand::volume |
Definition at line 72 of file af_mcompand.c.
Referenced by config_output(), mcompand_channel(), uninit(), and update_volume().
double CompBand::delay |
Definition at line 73 of file af_mcompand.c.
Referenced by config_output().
double CompBand::topfreq |
Definition at line 74 of file af_mcompand.c.
Referenced by config_output(), and filter_frame().
Crossover CompBand::filter |
Definition at line 75 of file af_mcompand.c.
Referenced by config_output(), filter_frame(), and uninit().
AVFrame* CompBand::delay_buf |
Definition at line 76 of file af_mcompand.c.
Referenced by config_output(), mcompand_channel(), and uninit().
size_t CompBand::delay_size |
Definition at line 77 of file af_mcompand.c.
Referenced by mcompand_channel().
ptrdiff_t CompBand::delay_buf_ptr |
Definition at line 78 of file af_mcompand.c.
Referenced by mcompand_channel().
size_t CompBand::delay_buf_cnt |
Definition at line 79 of file af_mcompand.c.
Referenced by mcompand_channel().