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

/external/opencv3/modules/photo/src/
H A Dfast_nlmeans_denoising_invoker.hpp78 typename pixelInfo<WT>::sampleType fixed_point_mult_; member in struct:FastNlMeansDenoisingInvoker
122 fixed_point_mult_ = (int)std::min<IT>(std::numeric_limits<IT>::max() / max_estimate_sum_value,
140 D::template calcWeight<T, WT>(dist, h, fixed_point_mult_);
H A Dfast_nlmeans_multi_denoising_invoker.hpp84 typename pixelInfo<WT>::sampleType fixed_point_mult_; member in struct:FastNlMeansMultiDenoisingInvoker
130 fixed_point_mult_ = (int)std::min<IT>(std::numeric_limits<IT>::max() / max_estimate_sum_value,
151 D::template calcWeight<T, WT>(dist, h, fixed_point_mult_);

Completed in 71 milliseconds