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

  /external/opencv3/modules/photo/src/
fast_nlmeans_denoising_invoker.hpp 78 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_);
fast_nlmeans_multi_denoising_invoker.hpp 84 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 208 milliseconds