reduce.hpp | 352 work_type mymin; member in struct:cv::cudev::grid_reduce_detail::MinMaxReductor 357 mymin = numeric_limits<work_type>::max(); 366 mymin = minOp(mymin, srcVal); 379 blockReduce<BLOCK_SIZE>(smem_tuple(sminval, smaxval), tie(mymin, mymax), tid, make_tuple(minOp, maxOp)); 383 atomicMin(result, mymin);
|