Go to the source code of this file.
◆ HIST_SIZE
◆ OFFSET
◆ FLAGS
◆ PRECISION
#define PRECISION 1048576 |
◆ Type
Enumerator |
---|
TFF | |
BFF | |
PROGRESSIVE | |
UNDETERMINED | |
Definition at line 30 of file vf_idet.c.
◆ RepeatedField
Enumerator |
---|
REPEAT_NONE | |
REPEAT_TOP | |
REPEAT_BOTTOM | |
Definition at line 37 of file vf_idet.c.
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
idet |
| ) |
|
◆ type2str()
static const char* type2str |
( |
Type |
type | ) |
|
|
static |
◆ uintpow()
static uint64_t uintpow |
( |
uint64_t |
b, |
|
|
unsigned int |
e |
|
) |
| |
|
static |
◆ av_dict_set_fxp()
static int av_dict_set_fxp |
( |
AVDictionary ** |
pm, |
|
|
const char * |
key, |
|
|
uint64_t |
value, |
|
|
unsigned int |
digits, |
|
|
int |
flags |
|
) |
| |
|
static |
◆ rep2str()
◆ filter()
◆ filter_frame()
◆ request_frame()
◆ uninit()
◆ init()
◆ idet_options
Initial value:= {
{
"analyze_interlaced_flag",
"set number of frames to use to determine if the interlace flag is accurate",
OFFSET(analyze_interlaced_flag),
AV_OPT_TYPE_INT, {.i64 = 0 }, 0, INT_MAX,
FLAGS },
}
Definition at line 80 of file vf_idet.c.
◆ pix_fmts
◆ idet_inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 437 of file vf_idet.c.
◆ idet_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 445 of file vf_idet.c.
◆ ff_vf_idet
Initial value:= {
.p.name = "idet",
.p.priv_class = &idet_class,
}
Definition at line 453 of file vf_idet.c.