Searched refs:b_down (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() argument 176 return calcDist<T>(a_down, b_down) - calcDist<T>(a_up, b_up); in calcUpDownDist() 236 static inline int f(T a_up, T a_down, T b_up, T b_down) in f() 238 int A = a_down - b_down; in f() 249 static inline int f(T a_up, T a_down, T b_up, T b_down) in f() 251 return calcDist<T>(a_down, b_down) - calcDist<T>(a_up, b_up); in f() 296 static inline int calcUpDownDist(T a_up, T a_down, T b_up, T b_down) in calcUpDownDist() argument 298 return calcUpDownDist_<T>::f(a_up, a_down, b_up, b_down); in calcUpDownDist()
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | bm_fast.cu | 172 T b_down = I1(by + block_radius, bx); in shiftRight_UpSums() local 174 … int col_sum = up_col_sums(j, index) + calcDist(a_down, b_down) - calcDist(a_up, b_up); in shiftRight_UpSums()
|
/external/opencv3/modules/photo/src/cuda/ |
D | nlm.cu | 385 T b_down = src(by + block_radius, bx); in shiftRight_UpSums() local 387 … int col_sum = up_col_sums(j, index) + calcDist(a_down, b_down) - calcDist(a_up, b_up); in shiftRight_UpSums()
|