Searched refs:calcUpDownDist (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/photo/src/ |
D | fast_nlmeans_denoising_invoker_commons.hpp | 174 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
|
D | fast_nlmeans_denoising_invoker.hpp | 214 …col_dist_sums_row[x] = up_col_dist_sums_row[x] + D::template calcUpDownDist<T>(a_up, a_down, b_up_… in operator ()()
|
D | fast_nlmeans_multi_denoising_invoker.hpp | 233 … D::template calcUpDownDist<T>(a_up, a_down, b_up_ptr[start_bx + x], b_down_ptr[start_bx + x]); in operator ()()
|