kVTMotionEstimationSessionCreationOption_UseMultiPassSearch

Static kVTMotionEstimationSessionCreationOption_UseMultiPassSearch 

Source
pub unsafe static kVTMotionEstimationSessionCreationOption_UseMultiPassSearch: Option<&'static CFString>
Available on crate feature VTMotionEstimationSessionProperties only.
Expand description

An option to use for higher quality motion estimation.

VTMotionEstimationSessionCreate takes a dictionary of creation options, motionVectorProcessorSelectionOptions. You can supply kVTMotionEstimationSessionCreationOption_UseMultiPassSearch with kCFBooleanTrue to provide higher quality motion estimation. True-motion achieves higher quality by running the motion estimator in multiple passes. The default is kCFBooleanFalse.

See also Apple’s documentation