FFmpeg
|
Data Fields | |
const AVClass * | class |
int | x1 |
int | y1 |
int | x2 |
int | y2 |
float | limit |
float | limit_upscaled |
int | round |
int | skip |
int | reset_count |
int | frame_nb |
int | max_pixsteps [4] |
int | max_outliers |
int | mode |
int | window_size |
int | mv_threshold |
int | bitdepth |
float | low |
float | high |
uint8_t | low_u8 |
uint8_t | high_u8 |
uint8_t * | filterbuf |
uint8_t * | tmpbuf |
uint16_t * | gradients |
char * | directions |
int * | bboxes [4] |
Definition at line 38 of file vf_cropdetect.c.
const AVClass* CropDetectContext::class |
Definition at line 39 of file vf_cropdetect.c.
int CropDetectContext::x1 |
Definition at line 40 of file vf_cropdetect.c.
int CropDetectContext::y1 |
Definition at line 40 of file vf_cropdetect.c.
int CropDetectContext::x2 |
Definition at line 40 of file vf_cropdetect.c.
int CropDetectContext::y2 |
Definition at line 40 of file vf_cropdetect.c.
float CropDetectContext::limit |
Definition at line 41 of file vf_cropdetect.c.
float CropDetectContext::limit_upscaled |
Definition at line 42 of file vf_cropdetect.c.
int CropDetectContext::round |
Definition at line 43 of file vf_cropdetect.c.
int CropDetectContext::skip |
Definition at line 44 of file vf_cropdetect.c.
int CropDetectContext::reset_count |
Definition at line 45 of file vf_cropdetect.c.
int CropDetectContext::frame_nb |
Definition at line 46 of file vf_cropdetect.c.
int CropDetectContext::max_pixsteps[4] |
Definition at line 47 of file vf_cropdetect.c.
int CropDetectContext::max_outliers |
Definition at line 48 of file vf_cropdetect.c.
int CropDetectContext::mode |
Definition at line 49 of file vf_cropdetect.c.
int CropDetectContext::window_size |
Definition at line 50 of file vf_cropdetect.c.
int CropDetectContext::mv_threshold |
Definition at line 51 of file vf_cropdetect.c.
int CropDetectContext::bitdepth |
Definition at line 52 of file vf_cropdetect.c.
float CropDetectContext::low |
Definition at line 53 of file vf_cropdetect.c.
float CropDetectContext::high |
Definition at line 53 of file vf_cropdetect.c.
uint8_t CropDetectContext::low_u8 |
Definition at line 54 of file vf_cropdetect.c.
uint8_t CropDetectContext::high_u8 |
Definition at line 54 of file vf_cropdetect.c.
uint8_t* CropDetectContext::filterbuf |
Definition at line 55 of file vf_cropdetect.c.
uint8_t* CropDetectContext::tmpbuf |
Definition at line 56 of file vf_cropdetect.c.
uint16_t* CropDetectContext::gradients |
Definition at line 57 of file vf_cropdetect.c.
char* CropDetectContext::directions |
Definition at line 58 of file vf_cropdetect.c.
int* CropDetectContext::bboxes[4] |
Definition at line 59 of file vf_cropdetect.c.