HomeSort by relevance Sort by last modified time
    Searched full:at_low (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/core/include/opencv2/core/cuda/
border_interpolate.hpp 67 template <typename T> __device__ __forceinline__ D at_low(int x, const T* data) const function in struct:cv::cuda::device::BrdRowConstant
92 template <typename T> __device__ __forceinline__ D at_low(int y, const T* data, size_t step) const function in struct:cv::cuda::device::BrdColConstant
159 template <typename T> __device__ __forceinline__ D at_low(int x, const T* data) const function in struct:cv::cuda::device::BrdRowReplicate
199 template <typename T> __device__ __forceinline__ D at_low(int y, const T* data, size_t step) const function in struct:cv::cuda::device::BrdColReplicate
293 template <typename T> __device__ __forceinline__ D at_low(int x, const T* data) const function in struct:cv::cuda::device::BrdRowReflect101
333 template <typename T> __device__ __forceinline__ D at_low(int y, const T* data, size_t step) const function in struct:cv::cuda::device::BrdColReflect101
427 template <typename T> __device__ __forceinline__ D at_low(int x, const T* data) const function in struct:cv::cuda::device::BrdRowReflect
467 template <typename T> __device__ __forceinline__ D at_low(int y, const T* data, size_t step) const function in struct:cv::cuda::device::BrdColReflect
561 template <typename T> __device__ __forceinline__ D at_low(int x, const T* data) const function in struct:cv::cuda::device::BrdRowWrap
601 template <typename T> __device__ __forceinline__ D at_low(int y, const T* data, size_t step) cons function in struct:cv::cuda::device::BrdColWrap
    [all...]
  /external/opencv3/modules/cudafilters/src/cuda/
column_filter.hpp 97 smem[threadIdx.y + j * BLOCK_DIM_Y][threadIdx.x] = saturate_cast<sum_t>(brd.at_low(yStart - (HALO_SIZE - j) * BLOCK_DIM_Y, src_col, src.step));
row_filter.hpp 97 smem[threadIdx.y][threadIdx.x + j * BLOCK_DIM_X] = saturate_cast<sum_t>(brd.at_low(xStart - (HALO_SIZE - j) * BLOCK_DIM_X, src_row));

Completed in 575 milliseconds