HomeSort by relevance Sort by last modified time
    Searched refs:_motion_filter (Results 1 - 2 of 2) sorted by null

  /external/libxcam/modules/ocl/
cl_video_stabilizer.cpp 54 _motion_filter = new MotionFilter (_filter_radius, 10);
241 if (_motion_filter.ptr ()) {
242 _motion_filter->set_filters (radius, stdev);
282 if (_motion_filter.ptr ()) {
283 return _motion_filter->stabilize (stab_frame_id, motions, _input_frame_id);
cl_video_stabilizer.h 110 SmartPtr<MotionFilter> _motion_filter; member in class:XCam::CLVideoStabilizer

Completed in 531 milliseconds