Searched refs:OFFSETC (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_vidstabtransform.c | 46 #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 …"set optimal zoom (0: nothing, 1: optimal static zoom, 2: optimal dynamic zoom)", OFFSETC(optZoom), [all …]
|
D | vf_vidstabdetect.c | 45 #define OFFSETC(x) (offsetof(StabData, conf)+offsetof(VSMotionDetectConfig, x)) macro 51 …" 1: little (fast) 10: very strong/quick (slow)", OFFSETC(shakiness), AV_OP… 52 …{"accuracy", "(>=shakiness) 1: low 15: high (slow)", OFFSETC(accuracy)… 53 …{"stepsize", "region around minimum is scanned with 1 pixel resolution", OFFSETC(stepSize)… 54 …{"mincontrast", "below this contrast a field is discarded (0-1)", OFFSETC(contrastT… 55 …{"show", "0: draw nothing; 1,2: show fields and transforms", OFFSETC(show), … 57 …" reference frame (frame # is the value)", OFFSETC(virtualTripod), AV_OP…
|