FFmpeg
Data Fields
thread_data Struct Reference

Data Fields

AVFramein
 
AVFrameout
 
int w
 
int h
 
const uint8_t * src
 
ptrdiff_t src_linesize
 
int startx
 
int starty
 
int endx
 
int endy
 
const uint32_t * ii_start
 
int p
 

Detailed Description

Definition at line 338 of file vf_lut.c.

Field Documentation

◆ in

AVFrame* thread_data::in

Definition at line 339 of file vf_lut.c.

Referenced by filter_frame().

◆ out

AVFrame* thread_data::out

Definition at line 340 of file vf_lut.c.

◆ w

int thread_data::w

Definition at line 342 of file vf_lut.c.

◆ h

int thread_data::h

Definition at line 343 of file vf_lut.c.

◆ src

const uint8_t* thread_data::src

Definition at line 279 of file vf_nlmeans.c.

◆ src_linesize

ptrdiff_t thread_data::src_linesize

Definition at line 280 of file vf_nlmeans.c.

Referenced by nlmeans_plane(), nlmeans_slice(), and weight_averages().

◆ startx

int thread_data::startx

Definition at line 281 of file vf_nlmeans.c.

◆ starty

int thread_data::starty

Definition at line 281 of file vf_nlmeans.c.

Referenced by nlmeans_slice().

◆ endx

int thread_data::endx

Definition at line 282 of file vf_nlmeans.c.

◆ endy

int thread_data::endy

Definition at line 282 of file vf_nlmeans.c.

Referenced by nlmeans_slice().

◆ ii_start

const uint32_t* thread_data::ii_start

Definition at line 283 of file vf_nlmeans.c.

◆ p

int thread_data::p

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