HomeSort by relevance Sort by last modified time
    Searched refs:BrdRowConstant (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudafilters/src/cuda/
row_filter.hpp 189 row_filter::caller< 1, T, D, BrdRowConstant>,
190 row_filter::caller< 2, T, D, BrdRowConstant>,
191 row_filter::caller< 3, T, D, BrdRowConstant>,
192 row_filter::caller< 4, T, D, BrdRowConstant>,
193 row_filter::caller< 5, T, D, BrdRowConstant>,
194 row_filter::caller< 6, T, D, BrdRowConstant>,
195 row_filter::caller< 7, T, D, BrdRowConstant>,
196 row_filter::caller< 8, T, D, BrdRowConstant>,
197 row_filter::caller< 9, T, D, BrdRowConstant>,
198 row_filter::caller<10, T, D, BrdRowConstant>,
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/
border_interpolate.hpp 61 template <typename D> struct BrdRowConstant
65 explicit __host__ __device__ __forceinline__ BrdRowConstant(int width_, const D& val_ = VecTraits<D>::all(0)) : width(width_), val(val_) {}

Completed in 3172 milliseconds