FFmpeg
|
Data Fields | |
int | xdim |
int | ydim |
int | nns |
int | nsize |
float * | data |
float * | softmax_q1 |
float * | elliott_q1 |
float * | softmax_bias_q1 |
float * | elliott_bias_q1 |
float * | softmax_q2 |
float * | elliott_q2 |
float * | softmax_bias_q2 |
float * | elliott_bias_q2 |
Definition at line 52 of file vf_nnedi.c.
int PredictorCoefficients::xdim |
Definition at line 53 of file vf_nnedi.c.
Referenced by allocate_model(), gather_input(), and predictor().
int PredictorCoefficients::ydim |
Definition at line 53 of file vf_nnedi.c.
Referenced by allocate_model(), gather_input(), and predictor().
int PredictorCoefficients::nns |
Definition at line 53 of file vf_nnedi.c.
Referenced by allocate_model(), predictor(), and subtract_mean_predictor().
int PredictorCoefficients::nsize |
Definition at line 53 of file vf_nnedi.c.
Referenced by allocate_model(), filter_offset(), gather_input(), predictor(), and subtract_mean_predictor().
float* PredictorCoefficients::data |
Definition at line 54 of file vf_nnedi.c.
Referenced by allocate_model().
float* PredictorCoefficients::softmax_q1 |
Definition at line 55 of file vf_nnedi.c.
Referenced by allocate_model(), read_weights(), softmax_q1_filter(), and subtract_mean_predictor().
float* PredictorCoefficients::elliott_q1 |
Definition at line 56 of file vf_nnedi.c.
Referenced by allocate_model(), elliott_q1_filter(), read_weights(), and subtract_mean_predictor().
float* PredictorCoefficients::softmax_bias_q1 |
Definition at line 57 of file vf_nnedi.c.
Referenced by allocate_model(), predictor(), read_weights(), and subtract_mean_predictor().
float* PredictorCoefficients::elliott_bias_q1 |
Definition at line 58 of file vf_nnedi.c.
Referenced by allocate_model(), predictor(), and read_weights().
float* PredictorCoefficients::softmax_q2 |
Definition at line 59 of file vf_nnedi.c.
Referenced by allocate_model(), read_weights(), softmax_q2_filter(), and subtract_mean_predictor().
float* PredictorCoefficients::elliott_q2 |
Definition at line 60 of file vf_nnedi.c.
Referenced by allocate_model(), elliott_q2_filter(), read_weights(), and subtract_mean_predictor().
float* PredictorCoefficients::softmax_bias_q2 |
Definition at line 61 of file vf_nnedi.c.
Referenced by allocate_model(), predictor(), read_weights(), and subtract_mean_predictor().
float* PredictorCoefficients::elliott_bias_q2 |
Definition at line 62 of file vf_nnedi.c.
Referenced by allocate_model(), predictor(), and read_weights().