Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dsimd_functions.hpp172 static __device__ __forceinline__ unsigned int vavrg2(unsigned int a, unsigned int b) in vavrg2() function
246 c = vavrg2(a, b); // (a + ~b + 1) / 2 = (a - b) / 2 in vsetge2()
264 c = vavrg2(a, b); // (a + ~b + 1) / 2 = (a - b) / 2 in vcmpge2()
320 c = vavrg2(a, b); // (b + ~a + 1) / 2 = (b - a) / 2 in vsetle2()
338 c = vavrg2(a, b); // (b + ~a + 1) / 2 = (b - a) / 2 in vcmple2()
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Dsimd_functions.hpp220 __device__ __forceinline__ uint vavrg2(uint a, uint b) in vavrg2() function
294 c = vavrg2(a, b); // (a + ~b + 1) / 2 = (a - b) / 2 in vsetge2()
312 c = vavrg2(a, b); // (a + ~b + 1) / 2 = (a - b) / 2 in vcmpge2()
368 c = vavrg2(a, b); // (b + ~a + 1) / 2 = (b - a) / 2 in vsetle2()
386 c = vavrg2(a, b); // (b + ~a + 1) / 2 = (b - a) / 2 in vcmple2()