Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dsimd_functions.hpp541 static __device__ __forceinline__ unsigned int vavrg4(unsigned int a, unsigned int b) in vavrg4() function
615 c = vavrg4(a, b); // (b + ~a + 1) / 2 = (b - a) / 2 in vsetle4()
633 c = vavrg4(a, b); // (b + ~a + 1) / 2 = (b - a) / 2 in vcmple4()
689 c = vavrg4(a, b); // (a + ~b + 1) / 2 = (a - b) / 2 in vsetge4()
707 r = vavrg4 (a, b); // (a + ~b + 1) / 2 = (a - b) / 2 in vcmpge4()
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Dsimd_functions.hpp589 __device__ __forceinline__ uint vavrg4(uint a, uint b) in vavrg4() function
663 c = vavrg4(a, b); // (b + ~a + 1) / 2 = (b - a) / 2 in vsetle4()
681 c = vavrg4(a, b); // (b + ~a + 1) / 2 = (b - a) / 2 in vcmple4()
737 c = vavrg4(a, b); // (a + ~b + 1) / 2 = (a - b) / 2 in vsetge4()
755 r = vavrg4 (a, b); // (a + ~b + 1) / 2 = (a - b) / 2 in vcmpge4()