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

Data Fields

const AVClassclass
 
FFFrameSync fs
 
int radius
 
float eps
 
int mode
 
int sub
 
int guidance
 
int planes
 
int width
 
int height
 
int nb_planes
 
int depth
 
int planewidth [4]
 
int planeheight [4]
 
floatI
 
floatII
 
floatP
 
floatIP
 
floatmeanI
 
floatmeanII
 
floatmeanP
 
floatmeanIP
 
floatA
 
floatB
 
floatmeanA
 
floatmeanB
 
int(* box_slice )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)
 

Detailed Description

Definition at line 42 of file vf_guided.c.

Field Documentation

◆ class

const AVClass* GuidedContext::class

Definition at line 43 of file vf_guided.c.

◆ fs

FFFrameSync GuidedContext::fs

Definition at line 44 of file vf_guided.c.

◆ radius

int GuidedContext::radius

Definition at line 46 of file vf_guided.c.

◆ eps

float GuidedContext::eps

Definition at line 47 of file vf_guided.c.

◆ mode

int GuidedContext::mode

Definition at line 48 of file vf_guided.c.

◆ sub

int GuidedContext::sub

Definition at line 49 of file vf_guided.c.

◆ guidance

int GuidedContext::guidance

Definition at line 50 of file vf_guided.c.

◆ planes

int GuidedContext::planes

Definition at line 51 of file vf_guided.c.

◆ width

int GuidedContext::width

Definition at line 53 of file vf_guided.c.

◆ height

int GuidedContext::height

Definition at line 54 of file vf_guided.c.

◆ nb_planes

int GuidedContext::nb_planes

Definition at line 56 of file vf_guided.c.

◆ depth

int GuidedContext::depth

Definition at line 57 of file vf_guided.c.

◆ planewidth

int GuidedContext::planewidth[4]

Definition at line 58 of file vf_guided.c.

◆ planeheight

int GuidedContext::planeheight[4]

Definition at line 59 of file vf_guided.c.

◆ I

float* GuidedContext::I

Definition at line 61 of file vf_guided.c.

◆ II

float* GuidedContext::II

Definition at line 62 of file vf_guided.c.

◆ P

float* GuidedContext::P

Definition at line 63 of file vf_guided.c.

◆ IP

float* GuidedContext::IP

Definition at line 64 of file vf_guided.c.

◆ meanI

float* GuidedContext::meanI

Definition at line 65 of file vf_guided.c.

◆ meanII

float* GuidedContext::meanII

Definition at line 66 of file vf_guided.c.

◆ meanP

float* GuidedContext::meanP

Definition at line 67 of file vf_guided.c.

◆ meanIP

float* GuidedContext::meanIP

Definition at line 68 of file vf_guided.c.

◆ A

float* GuidedContext::A

Definition at line 70 of file vf_guided.c.

◆ B

float* GuidedContext::B

Definition at line 71 of file vf_guided.c.

◆ meanA

float* GuidedContext::meanA

Definition at line 72 of file vf_guided.c.

◆ meanB

float* GuidedContext::meanB

Definition at line 73 of file vf_guided.c.

◆ box_slice

int(* GuidedContext::box_slice) (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)

Definition at line 75 of file vf_guided.c.


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