FFmpeg
|
Data Fields | |
const AVClass * | class |
double | level_in |
double | level_out |
double | bits |
double | mix |
int | mode |
double | dc |
double | idc |
double | aa |
double | samples |
int | is_lfo |
double | lforange |
double | lforate |
double | sqr |
double | aa1 |
double | coeff |
int | round |
double | sov |
double | smin |
double | sdiff |
LFOContext | lfo |
SRContext * | sr |
Definition at line 42 of file af_acrusher.c.
const AVClass* ACrusherContext::class |
Definition at line 43 of file af_acrusher.c.
double ACrusherContext::level_in |
Definition at line 45 of file af_acrusher.c.
Referenced by filter_frame().
double ACrusherContext::level_out |
Definition at line 46 of file af_acrusher.c.
Referenced by filter_frame().
double ACrusherContext::bits |
Definition at line 47 of file af_acrusher.c.
Referenced by config_input().
double ACrusherContext::mix |
Definition at line 48 of file af_acrusher.c.
Referenced by bitreduction(), and filter_frame().
int ACrusherContext::mode |
Definition at line 49 of file af_acrusher.c.
Referenced by bitreduction().
double ACrusherContext::dc |
Definition at line 50 of file af_acrusher.c.
Referenced by bitreduction(), and config_input().
double ACrusherContext::idc |
Definition at line 51 of file af_acrusher.c.
Referenced by bitreduction(), and config_input().
double ACrusherContext::aa |
Definition at line 52 of file af_acrusher.c.
Referenced by bitreduction(), and config_input().
double ACrusherContext::samples |
Definition at line 53 of file af_acrusher.c.
Referenced by config_input(), filter_frame(), and samplereduction().
int ACrusherContext::is_lfo |
Definition at line 54 of file af_acrusher.c.
Referenced by filter_frame().
double ACrusherContext::lforange |
Definition at line 55 of file af_acrusher.c.
Referenced by config_input().
double ACrusherContext::lforate |
Definition at line 56 of file af_acrusher.c.
Referenced by config_input().
double ACrusherContext::sqr |
Definition at line 58 of file af_acrusher.c.
Referenced by bitreduction(), and config_input().
double ACrusherContext::aa1 |
Definition at line 59 of file af_acrusher.c.
Referenced by bitreduction(), and config_input().
double ACrusherContext::coeff |
Definition at line 60 of file af_acrusher.c.
Referenced by bitreduction(), and config_input().
int ACrusherContext::round |
Definition at line 61 of file af_acrusher.c.
Referenced by config_input(), filter_frame(), and samplereduction().
double ACrusherContext::sov |
Definition at line 62 of file af_acrusher.c.
double ACrusherContext::smin |
Definition at line 63 of file af_acrusher.c.
Referenced by config_input(), and filter_frame().
double ACrusherContext::sdiff |
Definition at line 64 of file af_acrusher.c.
Referenced by config_input(), and filter_frame().
LFOContext ACrusherContext::lfo |
Definition at line 66 of file af_acrusher.c.
Referenced by config_input(), and filter_frame().
SRContext* ACrusherContext::sr |
Definition at line 67 of file af_acrusher.c.
Referenced by config_input(), filter_frame(), and uninit().