FFmpeg
|
Data Fields | |
const uint8_t * | srcrow |
uint8_t * | dstrow |
int | dst_linesize |
int | src_linesize |
double | coeff |
uint8_t | offset |
int | h |
int | imin |
int | omin |
AVFrame * | in |
AVFrame * | out |
int | w |
const uint8_t * | src |
ptrdiff_t | src_linesize |
int | startx |
int | starty |
int | endx |
int | endy |
const uint32_t * | ii_start |
int | p |
Definition at line 108 of file vf_colorlevels.c.
const uint8_t* thread_data::srcrow |
Definition at line 109 of file vf_colorlevels.c.
Referenced by filter_frame().
uint8_t* thread_data::dstrow |
Definition at line 110 of file vf_colorlevels.c.
Referenced by filter_frame().
int thread_data::dst_linesize |
Definition at line 111 of file vf_colorlevels.c.
Referenced by nlmeans_plane().
int thread_data::src_linesize |
Definition at line 112 of file vf_colorlevels.c.
Referenced by nlmeans_plane(), and nlmeans_slice().
double thread_data::coeff |
Definition at line 114 of file vf_colorlevels.c.
uint8_t thread_data::offset |
Definition at line 115 of file vf_colorlevels.c.
int thread_data::h |
Definition at line 117 of file vf_colorlevels.c.
int thread_data::imin |
Definition at line 119 of file vf_colorlevels.c.
Referenced by filter_frame().
int thread_data::omin |
Definition at line 120 of file vf_colorlevels.c.
Referenced by filter_frame().
const uint8_t* thread_data::src |
Definition at line 335 of file vf_nlmeans.c.
ptrdiff_t thread_data::src_linesize |
Definition at line 336 of file vf_nlmeans.c.
int thread_data::startx |
Definition at line 337 of file vf_nlmeans.c.
int thread_data::starty |
Definition at line 337 of file vf_nlmeans.c.
Referenced by nlmeans_slice().
int thread_data::endx |
Definition at line 338 of file vf_nlmeans.c.
int thread_data::endy |
Definition at line 338 of file vf_nlmeans.c.
Referenced by nlmeans_slice().
const uint32_t* thread_data::ii_start |
Definition at line 339 of file vf_nlmeans.c.
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().