FFmpeg  4.0
Data Fields
ThreadData Struct Reference

Data Fields

AVFramein
 
AVFrameout
 
intwrite
 
int ** delay
 
float ** ir
 
intn_clippings
 
float ** ringbuffer
 
float ** temp_src
 
FFTComplex ** temp_fft
 
int height
 
int width
 
uint8_tptr
 
int linesize
 
const AVFrametop
 
const AVFramebottom
 
AVFramedst
 
AVFilterLinkinlink
 
int plane
 
int w
 
int h
 
FilterParamsparam
 
AVFrameframe
 
int parity
 
int tff
 
const AVFramesrc
 
int c2
 
int c3
 
int c4
 
int c5
 
int c6
 
int c7
 
ptrdiff_t in_linesize [3]
 
ptrdiff_t out_linesize [3]
 
int in_ss_h
 
int out_ss_h
 
FFTComplexhdata
 
FFTComplexvdata
 
int n
 
int xoff
 
int yoff
 
float * src
 
float * dst
 
AVFramecopy_src1
 
AVFramecopy_src2
 
uint16_t src1_factor
 
uint16_t src2_factor
 
const uint32_t * rgbtoyuv
 
int xcenter
 
int ycenter
 
int32_tcorrection
 
uint8_tdst
 
int dst_linesize
 
uint8_tsrc
 
int src_linesize
 
int hsub
 
int vsub
 
int inw
 
int inh
 
int outw
 
int outh
 
int xi
 
int yi
 
int xprime
 
int yprime
 
int c
 
int s
 
const AVFramein
 
AVFrameileft
 
AVFrameiright
 
AVFramecur
 
AVFrameadj
 

Detailed Description

Definition at line 30 of file af_aiir.c.

Field Documentation

◆ in [1/2]

AVFrame * ThreadData::in

◆ out

AVFrame * ThreadData::out

◆ write

int * ThreadData::write

◆ delay

int ** ThreadData::delay

◆ ir

float ** ThreadData::ir

◆ n_clippings

int * ThreadData::n_clippings

◆ ringbuffer

float ** ThreadData::ringbuffer

◆ temp_src

float ** ThreadData::temp_src

◆ temp_fft

FFTComplex ** ThreadData::temp_fft

Definition at line 161 of file af_headphone.c.

Referenced by filter_frame(), and headphone_frame().

◆ height

int ThreadData::height

◆ width

int ThreadData::width

◆ ptr

uint8_t* ThreadData::ptr

Definition at line 63 of file vf_avgblur.c.

Referenced by averageiir2d().

◆ linesize

int ThreadData::linesize

Definition at line 64 of file vf_avgblur.c.

Referenced by averageiir2d(), filter_slice(), geq_filter_frame(), and slice_geq_filter().

◆ top

const AVFrame* ThreadData::top

Definition at line 54 of file vf_blend.c.

Referenced by DEFINE_BLEND8().

◆ bottom

const AVFrame * ThreadData::bottom

Definition at line 54 of file vf_blend.c.

Referenced by DEFINE_BLEND8().

◆ dst [1/3]

AVFrame * ThreadData::dst

◆ inlink

AVFilterLink* ThreadData::inlink

Definition at line 56 of file vf_blend.c.

Referenced by config_output(), config_props(), and DEFINE_BLEND8().

◆ plane

int ThreadData::plane

◆ w

int ThreadData::w

◆ h

int ThreadData::h

◆ param

FilterParams* ThreadData::param

Definition at line 59 of file vf_blend.c.

Referenced by DEFINE_BLEND8().

◆ frame

AVFrame * ThreadData::frame

Definition at line 53 of file vf_bwdif.c.

Referenced by filter_frame(), and filter_slice().

◆ parity

int ThreadData::parity

Definition at line 56 of file vf_bwdif.c.

Referenced by filter(), and filter_slice().

◆ tff

int ThreadData::tff

Definition at line 57 of file vf_bwdif.c.

Referenced by filter_slice(), and return_frame().

◆ src [1/3]

const AVFrame* ThreadData::src

◆ c2

int ThreadData::c2

◆ c3

int ThreadData::c3

◆ c4

int ThreadData::c4

◆ c5

int ThreadData::c5

◆ c6

int ThreadData::c6

◆ c7

int ThreadData::c7

◆ in_linesize

ptrdiff_t ThreadData::in_linesize[3]

Definition at line 485 of file vf_colorspace.c.

Referenced by convert(), and filter_frame().

◆ out_linesize

ptrdiff_t ThreadData::out_linesize[3]

Definition at line 485 of file vf_colorspace.c.

Referenced by convert(), and filter_frame().

◆ in_ss_h

int ThreadData::in_ss_h

Definition at line 486 of file vf_colorspace.c.

Referenced by convert(), and filter_frame().

◆ out_ss_h

int ThreadData::out_ss_h

Definition at line 486 of file vf_colorspace.c.

Referenced by convert(), and filter_frame().

◆ hdata

FFTComplex* ThreadData::hdata

◆ vdata

FFTComplex * ThreadData::vdata

◆ n

int ThreadData::n

◆ xoff

int ThreadData::xoff

Definition at line 167 of file vf_datascope.c.

Referenced by filter_color(), filter_color2(), filter_frame(), and filter_mono().

◆ yoff

int ThreadData::yoff

Definition at line 167 of file vf_datascope.c.

Referenced by filter_color(), filter_color2(), filter_frame(), and filter_mono().

◆ src [2/3]

float* ThreadData::src

Definition at line 667 of file vf_dctdnoiz.c.

◆ dst [2/3]

float * ThreadData::dst

Definition at line 667 of file vf_dctdnoiz.c.

◆ copy_src1

AVFrame* ThreadData::copy_src1

Definition at line 138 of file vf_framerate.c.

Referenced by blend_frames(), and filter_slice().

◆ copy_src2

AVFrame * ThreadData::copy_src2

Definition at line 138 of file vf_framerate.c.

Referenced by blend_frames(), and filter_slice().

◆ src1_factor

uint16_t ThreadData::src1_factor

Definition at line 139 of file vf_framerate.c.

Referenced by blend_frames(), and filter_slice().

◆ src2_factor

uint16_t ThreadData::src2_factor

Definition at line 139 of file vf_framerate.c.

Referenced by blend_frames(), and filter_slice().

◆ rgbtoyuv

const uint32_t * ThreadData::rgbtoyuv

Definition at line 46 of file vf_hqx.c.

Referenced by filter_frame(), hqx_filter(), and xbr_filter().

◆ xcenter

int ThreadData::xcenter

Definition at line 62 of file vf_lenscorrection.c.

Referenced by filter_slice().

◆ ycenter

int ThreadData::ycenter

Definition at line 62 of file vf_lenscorrection.c.

Referenced by filter_slice().

◆ correction

int32_t* ThreadData::correction

Definition at line 63 of file vf_lenscorrection.c.

Referenced by filter_frame(), and filter_slice().

◆ dst [3/3]

uint8_t* ThreadData::dst

Definition at line 274 of file vf_perspective.c.

◆ dst_linesize

int ThreadData::dst_linesize

◆ src [3/3]

uint8_t* ThreadData::src

Definition at line 276 of file vf_perspective.c.

◆ src_linesize

int ThreadData::src_linesize

Definition at line 277 of file vf_perspective.c.

Referenced by noise(), resample_cubic(), and resample_linear().

◆ hsub

int ThreadData::hsub

Definition at line 279 of file vf_perspective.c.

Referenced by resample_cubic(), and resample_linear().

◆ vsub

int ThreadData::vsub

Definition at line 279 of file vf_perspective.c.

Referenced by resample_cubic(), and resample_linear().

◆ inw

int ThreadData::inw

Definition at line 87 of file vf_rotate.c.

Referenced by filter_slice().

◆ inh

int ThreadData::inh

Definition at line 87 of file vf_rotate.c.

Referenced by filter_slice().

◆ outw

int ThreadData::outw

Definition at line 88 of file vf_rotate.c.

Referenced by filter_slice().

◆ outh

int ThreadData::outh

Definition at line 88 of file vf_rotate.c.

Referenced by filter_slice().

◆ xi

int ThreadData::xi

Definition at line 90 of file vf_rotate.c.

Referenced by filter_slice().

◆ yi

int ThreadData::yi

Definition at line 90 of file vf_rotate.c.

Referenced by filter_slice().

◆ xprime

int ThreadData::xprime

Definition at line 91 of file vf_rotate.c.

Referenced by filter_slice().

◆ yprime

int ThreadData::yprime

Definition at line 91 of file vf_rotate.c.

Referenced by filter_slice().

◆ c

int ThreadData::c

Definition at line 92 of file vf_rotate.c.

Referenced by filter_slice().

◆ s

int ThreadData::s

◆ in [2/2]

const AVFrame* ThreadData::in

Definition at line 60 of file vf_signalstats.c.

◆ ileft

AVFrame* ThreadData::ileft

Definition at line 599 of file vf_stereo3d.c.

Referenced by filter_frame(), and filter_slice().

◆ iright

AVFrame * ThreadData::iright

Definition at line 599 of file vf_stereo3d.c.

Referenced by filter_frame(), and filter_slice().

◆ cur

AVFrame * ThreadData::cur

◆ adj

AVFrame * ThreadData::adj

Definition at line 339 of file vf_w3fdif.c.

Referenced by deinterlace_slice(), and filter().


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