FFmpeg
|
Data Fields | |
double | target |
double | real |
double | samples |
double | last |
const AVClass * | class |
char * | model_filename |
DNNBackendType | backend_type |
DNNModule * | dnn_module |
DNNModel * | model |
DNNData | input |
DNNData | output |
int | scale_factor |
struct SwsContext * | sws_contexts [3] |
int | sws_slice_h |
int | sws_input_linesize |
int | sws_output_linesize |
Definition at line 35 of file af_acrusher.c.
double SRContext::target |
Definition at line 36 of file af_acrusher.c.
Referenced by samplereduction().
double SRContext::real |
Definition at line 37 of file af_acrusher.c.
Referenced by samplereduction().
double SRContext::samples |
Definition at line 38 of file af_acrusher.c.
Referenced by samplereduction().
double SRContext::last |
Definition at line 39 of file af_acrusher.c.
Referenced by samplereduction().
DNNBackendType SRContext::backend_type |
DNNModule* SRContext::dnn_module |
DNNModel* SRContext::model |
Definition at line 42 of file vf_sr.c.
Referenced by config_props(), init(), and uninit().
DNNData SRContext::input |
Definition at line 43 of file vf_sr.c.
Referenced by config_props(), and filter_frame().
DNNData SRContext::output |
Definition at line 43 of file vf_sr.c.
Referenced by config_props(), and filter_frame().
int SRContext::scale_factor |
Definition at line 44 of file vf_sr.c.
Referenced by config_props(), and filter_frame().
struct SwsContext* SRContext::sws_contexts[3] |
Definition at line 45 of file vf_sr.c.
Referenced by config_props(), filter_frame(), init(), and uninit().
int SRContext::sws_slice_h |
Definition at line 46 of file vf_sr.c.
Referenced by config_props(), and filter_frame().
int SRContext::sws_input_linesize |
Definition at line 46 of file vf_sr.c.
Referenced by config_props(), and filter_frame().
int SRContext::sws_output_linesize |
Definition at line 46 of file vf_sr.c.
Referenced by config_props().