FFmpeg
|
Data Fields | |
float | kernel_l0 [4][16 *4] |
float | bias_l0 [4] |
float | kernel_l1 [4][4] |
float | bias_l1 [4] |
float | kernel_l2 [4][8] |
float | bias_l2 [4] |
Definition at line 40 of file vf_nnedi.c.
float PrescreenerCoefficients::kernel_l0[4][16 *4] |
Definition at line 41 of file vf_nnedi.c.
Referenced by process_new(), process_old(), subtract_mean_new(), and subtract_mean_old().
float PrescreenerCoefficients::bias_l0[4] |
Definition at line 42 of file vf_nnedi.c.
Referenced by process_new(), and process_old().
float PrescreenerCoefficients::kernel_l1[4][4] |
Definition at line 44 of file vf_nnedi.c.
Referenced by process_new(), and process_old().
float PrescreenerCoefficients::bias_l1[4] |
Definition at line 45 of file vf_nnedi.c.
Referenced by process_new(), and process_old().
float PrescreenerCoefficients::kernel_l2[4][8] |
Definition at line 47 of file vf_nnedi.c.
Referenced by process_old().
float PrescreenerCoefficients::bias_l2[4] |
Definition at line 48 of file vf_nnedi.c.
Referenced by process_old().