OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_shifted
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
transform_detail.hpp
77
static __device__ __forceinline__ void unroll(const T& src, D& dst, const Mask& mask, UnOp& op, int
x_shifted
, int y)
79
if (mask(y,
x_shifted
))
84
static __device__ __forceinline__ void unroll(const T1& src1, const T2& src2, D& dst, const Mask& mask, BinOp& op, int
x_shifted
, int y)
86
if (mask(y,
x_shifted
))
93
static __device__ __forceinline__ void unroll(const T& src, D& dst, const Mask& mask, UnOp& op, int
x_shifted
, int y)
95
if (mask(y,
x_shifted
))
97
if (mask(y,
x_shifted
+ 1))
102
static __device__ __forceinline__ void unroll(const T1& src1, const T2& src2, D& dst, const Mask& mask, BinOp& op, int
x_shifted
, int y)
104
if (mask(y,
x_shifted
))
106
if (mask(y,
x_shifted
+ 1)
216
const int
x_shifted
= x * ft::smart_shift;
local
266
const int
x_shifted
= x * ft::smart_shift;
local
[
all
...]
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
transform.hpp
67
__device__ __forceinline__ static void unroll(const T& src, D& dst, const UnOp& op, const MaskPtr& mask, int
x_shifted
, int y)
69
if (mask(y,
x_shifted
))
74
__device__ __forceinline__ static void unroll(const T1& src1, const T2& src2, D& dst, const BinOp& op, const MaskPtr& mask, int
x_shifted
, int y)
76
if (mask(y,
x_shifted
))
84
__device__ __forceinline__ static void unroll(const T& src, D& dst, const UnOp& op, const MaskPtr& mask, int
x_shifted
, int y)
86
if (mask(y,
x_shifted
))
88
if (mask(y,
x_shifted
+ 1))
93
__device__ __forceinline__ static void unroll(const T1& src1, const T2& src2, D& dst, const BinOp& op, const MaskPtr& mask, int
x_shifted
, int y)
95
if (mask(y,
x_shifted
))
97
if (mask(y,
x_shifted
+ 1)
192
const int
x_shifted
= x * SHIFT;
local
228
const int
x_shifted
= x * SHIFT;
local
[
all
...]
Completed in 61 milliseconds