FFmpeg
Data Fields
PredictorCoefficients Struct Reference

Data Fields

int xdim
 
int ydim
 
int nns
 
int nsize
 
floatdata
 
floatsoftmax_q1
 
floatelliott_q1
 
floatsoftmax_bias_q1
 
floatelliott_bias_q1
 
floatsoftmax_q2
 
floatelliott_q2
 
floatsoftmax_bias_q2
 
floatelliott_bias_q2
 

Detailed Description

Definition at line 51 of file vf_nnedi.c.

Field Documentation

◆ xdim

int PredictorCoefficients::xdim

Definition at line 52 of file vf_nnedi.c.

Referenced by allocate_model(), gather_input(), and predictor().

◆ ydim

int PredictorCoefficients::ydim

Definition at line 52 of file vf_nnedi.c.

Referenced by allocate_model(), gather_input(), and predictor().

◆ nns

int PredictorCoefficients::nns

Definition at line 52 of file vf_nnedi.c.

Referenced by allocate_model(), predictor(), and subtract_mean_predictor().

◆ nsize

int PredictorCoefficients::nsize

◆ data

float* PredictorCoefficients::data

Definition at line 53 of file vf_nnedi.c.

Referenced by allocate_model().

◆ softmax_q1

float* PredictorCoefficients::softmax_q1

◆ elliott_q1

float* PredictorCoefficients::elliott_q1

◆ softmax_bias_q1

float* PredictorCoefficients::softmax_bias_q1

Definition at line 56 of file vf_nnedi.c.

Referenced by allocate_model(), predictor(), read_weights(), and subtract_mean_predictor().

◆ elliott_bias_q1

float* PredictorCoefficients::elliott_bias_q1

Definition at line 57 of file vf_nnedi.c.

Referenced by allocate_model(), predictor(), and read_weights().

◆ softmax_q2

float* PredictorCoefficients::softmax_q2

◆ elliott_q2

float* PredictorCoefficients::elliott_q2

◆ softmax_bias_q2

float* PredictorCoefficients::softmax_bias_q2

Definition at line 60 of file vf_nnedi.c.

Referenced by allocate_model(), predictor(), read_weights(), and subtract_mean_predictor().

◆ elliott_bias_q2

float* PredictorCoefficients::elliott_bias_q2

Definition at line 61 of file vf_nnedi.c.

Referenced by allocate_model(), predictor(), and read_weights().


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