Home
last modified time | relevance | path

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

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