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

  /external/opencv3/modules/core/include/opencv2/core/cuda/
border_interpolate.hpp 72 template <typename T> __device__ __forceinline__ D at_high(int x, const T* data) const function in struct:cv::cuda::device::BrdRowConstant
97 template <typename T> __device__ __forceinline__ D at_high(int y, const T* data, size_t step) const function in struct:cv::cuda::device::BrdColConstant
164 template <typename T> __device__ __forceinline__ D at_high(int x, const T* data) const function in struct:cv::cuda::device::BrdRowReplicate
204 template <typename T> __device__ __forceinline__ D at_high(int y, const T* data, size_t step) const function in struct:cv::cuda::device::BrdColReplicate
298 template <typename T> __device__ __forceinline__ D at_high(int x, const T* data) const function in struct:cv::cuda::device::BrdRowReflect101
338 template <typename T> __device__ __forceinline__ D at_high(int y, const T* data, size_t step) const function in struct:cv::cuda::device::BrdColReflect101
432 template <typename T> __device__ __forceinline__ D at_high(int x, const T* data) const function in struct:cv::cuda::device::BrdRowReflect
472 template <typename T> __device__ __forceinline__ D at_high(int y, const T* data, size_t step) const function in struct:cv::cuda::device::BrdColReflect
566 template <typename T> __device__ __forceinline__ D at_high(int x, const T* data) const function in struct:cv::cuda::device::BrdRowWrap
606 template <typename T> __device__ __forceinline__ D at_high(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 117 smem[threadIdx.y + HALO_SIZE * BLOCK_DIM_Y + j * BLOCK_DIM_Y][threadIdx.x] = saturate_cast<sum_t>(brd.at_high(yStart + j * BLOCK_DIM_Y, src_col, src.step));
122 smem[threadIdx.y + (PATCH_PER_BLOCK + HALO_SIZE) * BLOCK_DIM_Y + j * BLOCK_DIM_Y][threadIdx.x] = saturate_cast<sum_t>(brd.at_high(yStart + (PATCH_PER_BLOCK + j) * BLOCK_DIM_Y, src_col, src.step));
row_filter.hpp 117 smem[threadIdx.y][threadIdx.x + HALO_SIZE * BLOCK_DIM_X + j * BLOCK_DIM_X] = saturate_cast<sum_t>(brd.at_high(xStart + j * BLOCK_DIM_X, src_row));
122 smem[threadIdx.y][threadIdx.x + (PATCH_PER_BLOCK + HALO_SIZE) * BLOCK_DIM_X + j * BLOCK_DIM_X] = saturate_cast<sum_t>(brd.at_high(xStart + (PATCH_PER_BLOCK + j) * BLOCK_DIM_X, src_row));

Completed in 165 milliseconds