Home
last modified time | relevance | path

Searched refs:calcUpDownDist (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/photo/src/
Dfast_nlmeans_denoising_invoker_commons.hpp174 static inline int calcUpDownDist(T a_up, T a_down, T b_up, T b_down) in calcUpDownDist() function in DistAbs
296 static inline int calcUpDownDist(T a_up, T a_down, T b_up, T b_down) in calcUpDownDist() function in DistSquared
Dfast_nlmeans_denoising_invoker.hpp214 …col_dist_sums_row[x] = up_col_dist_sums_row[x] + D::template calcUpDownDist<T>(a_up, a_down, b_up_… in operator ()()
Dfast_nlmeans_multi_denoising_invoker.hpp233 … D::template calcUpDownDist<T>(a_up, a_down, b_up_ptr[start_bx + x], b_down_ptr[start_bx + x]); in operator ()()