Searched defs:thresh_to_zero_func (Results 1 – 2 of 2) sorted by relevance
600 template <typename T> struct thresh_to_zero_func : unary_function<T, T> struct602 …__host__ __device__ __forceinline__ thresh_to_zero_func(T thresh_, T maxVal_ = 0) : thresh(thresh_… in thresh_to_zero_func() argument604 __device__ __forceinline__ T operator()(typename TypeTraits<T>::ParameterType src) const in operator ()()609 __host__ __device__ __forceinline__ thresh_to_zero_func() {} in thresh_to_zero_func() argument610 __host__ __device__ __forceinline__ thresh_to_zero_func(const thresh_to_zero_func& other) in thresh_to_zero_func() function613 T thresh;
743 __host__ __device__ ThreshToZeroFunc<T> thresh_to_zero_func(T thresh) in thresh_to_zero_func() function