Searched refs:OFFSETC (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_vidstabtransform.c46 #define OFFSETC(x) (offsetof(TransformContext, conf)+offsetof(VSTransformConfig, x)) macro
52 {"smoothing", "set number of frames*2 + 1 used for lowpass filtering", OFFSETC(smoothing),
55 {"optalgo", "set camera path optimization algo", OFFSETC(camPathAlgo),
64 {"maxshift", "set maximal number of pixels to translate image", OFFSETC(maxShift),
66 {"maxangle", "set maximal angle in rad to rotate image", OFFSETC(maxAngle),
69 {"crop", "set cropping mode", OFFSETC(crop),
76 {"invert", "invert transforms", OFFSETC(invert),
78 {"relative", "consider transforms as relative", OFFSETC(relative),
80 {"zoom", "set percentage to zoom (>0: zoom in, <0: zoom out", OFFSETC(zoom),
82 {"optzoom", "set optimal zoom (0: nothing, 1: optimal static zoom, 2: optimal dynamic zoom)", OFFSETC(optZoo
[all...]
H A Dvf_vidstabdetect.c45 #define OFFSETC(x) (offsetof(StabData, conf)+offsetof(VSMotionDetectConfig, x)) macro
51 " 1: little (fast) 10: very strong/quick (slow)", OFFSETC(shakiness), AV_OPT_TYPE_INT, {.i64 = 5}, 1, 10, FLAGS},
52 {"accuracy", "(>=shakiness) 1: low 15: high (slow)", OFFSETC(accuracy), AV_OPT_TYPE_INT, {.i64 = 15}, 1, 15, FLAGS},
53 {"stepsize", "region around minimum is scanned with 1 pixel resolution", OFFSETC(stepSize), AV_OPT_TYPE_INT, {.i64 = 6}, 1, 32, FLAGS},
54 {"mincontrast", "below this contrast a field is discarded (0-1)", OFFSETC(contrastThreshold), AV_OPT_TYPE_DOUBLE, {.dbl = 0.25}, 0.0, 1.0, FLAGS},
55 {"show", "0: draw nothing; 1,2: show fields and transforms", OFFSETC(show), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 2, FLAGS},
57 " reference frame (frame # is the value)", OFFSETC(virtualTripod), AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT_MAX, FLAGS},

Completed in 95 milliseconds