FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ConvThreadData Struct Reference

Data Fields

const Convolutionconv
 
const double * input
 
double * output
 
int height
 
int width
 

Detailed Description

Definition at line 241 of file vf_srcnn.c.

Field Documentation

const Convolution* ConvThreadData::conv

Definition at line 243 of file vf_srcnn.c.

Referenced by convolve(), and filter_frame().

const double* ConvThreadData::input

Definition at line 244 of file vf_srcnn.c.

Referenced by convolve(), and filter_frame().

double* ConvThreadData::output

Definition at line 245 of file vf_srcnn.c.

Referenced by convolve(), and filter_frame().

int ConvThreadData::height

Definition at line 246 of file vf_srcnn.c.

Referenced by convolve(), and filter_frame().

int ConvThreadData::width

Definition at line 246 of file vf_srcnn.c.

Referenced by convolve(), and filter_frame().


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