Searched refs:RemapDispatcher (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudawarping/src/cuda/ |
D | remap.cu | 194 … <template <typename> class Filter, template <typename> class B, typename T> struct RemapDispatcher struct 215 RemapDispatcher<PointFilter, BrdConstant, T>::call, in remap_gpu() 216 RemapDispatcher<PointFilter, BrdReplicate, T>::call, in remap_gpu() 217 RemapDispatcher<PointFilter, BrdReflect, T>::call, in remap_gpu() 218 RemapDispatcher<PointFilter, BrdWrap, T>::call, in remap_gpu() 219 RemapDispatcher<PointFilter, BrdReflect101, T>::call in remap_gpu() 222 RemapDispatcher<LinearFilter, BrdConstant, T>::call, in remap_gpu() 223 RemapDispatcher<LinearFilter, BrdReplicate, T>::call, in remap_gpu() 224 RemapDispatcher<LinearFilter, BrdReflect, T>::call, in remap_gpu() 225 RemapDispatcher<LinearFilter, BrdWrap, T>::call, in remap_gpu() [all …]
|