Home
last modified time | relevance | path

Searched refs:_stdev (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_video_stabilizer.cpp337 _stdev (stdev) in MotionFilter()
351 _stdev = stdev > 0.f ? stdev : std::sqrt (static_cast<float>(radius)); in set_filters()
361 _weight[i] = exp(-dis / (_stdev * _stdev)); in set_filters()
Dcl_video_stabilizer.h138 return _stdev; in stdev()
153 float _stdev; variable