FFmpeg  3.3.6
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
 
int xoff
 
int yoff
 
float * src
 
float * dst
 
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 586 of file af_sofalizer.c.

Field Documentation

◆ in [1/2]

AVFrame * ThreadData::in

◆ out

AVFrame * ThreadData::out

◆ write

int* ThreadData::write

Definition at line 588 of file af_sofalizer.c.

Referenced by filter_frame(), sofalizer_convolute(), and sofalizer_fast_convolute().

◆ delay

int** ThreadData::delay

Definition at line 589 of file af_sofalizer.c.

Referenced by filter_frame(), and sofalizer_convolute().

◆ ir

float** ThreadData::ir

Definition at line 590 of file af_sofalizer.c.

Referenced by filter_frame(), and sofalizer_convolute().

◆ n_clippings

int* ThreadData::n_clippings

Definition at line 591 of file af_sofalizer.c.

Referenced by filter_frame(), sofalizer_convolute(), and sofalizer_fast_convolute().

◆ ringbuffer

float** ThreadData::ringbuffer

Definition at line 592 of file af_sofalizer.c.

Referenced by filter_frame(), sofalizer_convolute(), and sofalizer_fast_convolute().

◆ temp_src

float** ThreadData::temp_src

Definition at line 593 of file af_sofalizer.c.

Referenced by filter_frame(), and sofalizer_convolute().

◆ temp_fft

FFTComplex** ThreadData::temp_fft

Definition at line 594 of file af_sofalizer.c.

Referenced by filter_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(), and filter_slice().

◆ 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 alloc_frame(), 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 470 of file vf_colorspace.c.

Referenced by convert(), and filter_frame().

◆ out_linesize

ptrdiff_t ThreadData::out_linesize[3]

Definition at line 470 of file vf_colorspace.c.

Referenced by convert(), and filter_frame().

◆ in_ss_h

int ThreadData::in_ss_h

Definition at line 471 of file vf_colorspace.c.

Referenced by convert(), and filter_frame().

◆ out_ss_h

int ThreadData::out_ss_h

Definition at line 471 of file vf_colorspace.c.

Referenced by convert(), and filter_frame().

◆ 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 610 of file vf_dctdnoiz.c.

◆ dst [2/3]

float * ThreadData::dst

Definition at line 610 of file vf_dctdnoiz.c.

◆ 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

Definition at line 275 of file vf_perspective.c.

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

◆ 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 hqx_filter(), 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(), and init().

◆ 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 598 of file vf_stereo3d.c.

Referenced by filter_frame(), and filter_slice().

◆ iright

AVFrame * ThreadData::iright

Definition at line 598 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: