Static Public Member Functions
cv::gpu::device::utility_detail::PredVal2ReductionDispatcher< false > Struct Template Reference

#include <reduction_detail.hpp>

List of all members.

Static Public Member Functions

template<int n, typename T , typename V1 , typename V2 , typename Pred >
static __device__ void reduce (T &myData, V1 &myVal1, V2 &myVal2, volatile T *sdata, V1 *sval1, V2 *sval2, int tid, const Pred &pred)

template<>
struct cv::gpu::device::utility_detail::PredVal2ReductionDispatcher< false >


Member Function Documentation

template<int n, typename T , typename V1 , typename V2 , typename Pred >
static __device__ void cv::gpu::device::utility_detail::PredVal2ReductionDispatcher< false >::reduce ( T myData,
V1 &  myVal1,
V2 &  myVal2,
volatile T sdata,
V1 *  sval1,
V2 *  sval2,
int  tid,
const Pred &  pred 
) [static]

The documentation for this struct was generated from the following file: