FFmpeg
Data Fields
thread_data Struct Reference

Data Fields

const uint8_tsrcrow
 
uint8_tdstrow
 
int dst_linesize
 
int src_linesize
 
double coeff
 
uint8_t offset
 
int h
 
int imin
 
int omin
 
AVFramein
 
AVFrameout
 
int w
 
const uint8_tsrc
 
ptrdiff_t src_linesize
 
int startx
 
int starty
 
int endx
 
int endy
 
const uint32_t * ii_start
 
int p
 

Detailed Description

Definition at line 108 of file vf_colorlevels.c.

Field Documentation

◆ srcrow

const uint8_t* thread_data::srcrow

Definition at line 109 of file vf_colorlevels.c.

Referenced by filter_frame().

◆ dstrow

uint8_t* thread_data::dstrow

Definition at line 110 of file vf_colorlevels.c.

Referenced by filter_frame().

◆ dst_linesize

int thread_data::dst_linesize

Definition at line 111 of file vf_colorlevels.c.

Referenced by nlmeans_plane().

◆ src_linesize [1/2]

int thread_data::src_linesize

Definition at line 112 of file vf_colorlevels.c.

Referenced by nlmeans_plane(), and nlmeans_slice().

◆ coeff

double thread_data::coeff

Definition at line 114 of file vf_colorlevels.c.

◆ offset

uint8_t thread_data::offset

Definition at line 115 of file vf_colorlevels.c.

◆ h

int thread_data::h

Definition at line 117 of file vf_colorlevels.c.

◆ imin

int thread_data::imin

Definition at line 119 of file vf_colorlevels.c.

Referenced by filter_frame().

◆ omin

int thread_data::omin

Definition at line 120 of file vf_colorlevels.c.

Referenced by filter_frame().

◆ in

AVFrame* thread_data::in

Definition at line 341 of file vf_lut.c.

◆ out

AVFrame* thread_data::out

Definition at line 342 of file vf_lut.c.

◆ w

int thread_data::w

Definition at line 344 of file vf_lut.c.

◆ src

const uint8_t* thread_data::src

Definition at line 335 of file vf_nlmeans.c.

◆ src_linesize [2/2]

ptrdiff_t thread_data::src_linesize

Definition at line 336 of file vf_nlmeans.c.

◆ startx

int thread_data::startx

Definition at line 337 of file vf_nlmeans.c.

◆ starty

int thread_data::starty

Definition at line 337 of file vf_nlmeans.c.

Referenced by nlmeans_slice().

◆ endx

int thread_data::endx

Definition at line 338 of file vf_nlmeans.c.

◆ endy

int thread_data::endy

Definition at line 338 of file vf_nlmeans.c.

Referenced by nlmeans_slice().

◆ ii_start

const uint32_t* thread_data::ii_start

Definition at line 339 of file vf_nlmeans.c.

◆ p

int thread_data::p

Definition at line 340 of file vf_nlmeans.c.

Referenced by checkasm_check_nlmeans(), filter_frame(), nlmeans_plane(), and nlmeans_slice().


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