Lines Matching refs:PtrStepSz
56 … __global__ void remap(const Ptr2D src, const PtrStepf mapx, const PtrStepf mapy, PtrStepSz<T> dst) in remap()
72 …static void call(PtrStepSz<T> src, PtrStepSzf mapx, PtrStepSzf mapy, PtrStepSz<T> dst, const float… in call()
90 …static void call(PtrStepSz<T> src, PtrStepSz<T> srcWhole, int xoff, int yoff, PtrStepSzf mapx, Ptr… in call()
126 …static void call(PtrStepSz< type > src, PtrStepSz< type > srcWhole, int xoff, int yoff, PtrStepSzf…
127 PtrStepSz< type > dst, const float* borderValue, bool cc20) \
144 …static void call(PtrStepSz< type > src, PtrStepSz< type > srcWhole, int xoff, int yoff, PtrStepSzf…
145 PtrStepSz< type > dst, const float*, bool) \
196 …static void call(PtrStepSz<T> src, PtrStepSz<T> srcWhole, int xoff, int yoff, PtrStepSzf mapx, Ptr… in call()
197 PtrStepSz<T> dst, const float* borderValue, cudaStream_t stream, bool cc20) in call()
209 …typedef void (*caller_t)(PtrStepSz<T> src, PtrStepSz<T> srcWhole, int xoff, int yoff, PtrStepSzf x… in remap_gpu()
210 PtrStepSz<T> dst, const float* borderValue, cudaStream_t stream, bool cc20); in remap_gpu()
237 …callers[interpolation][borderMode](static_cast< PtrStepSz<T> >(src), static_cast< PtrStepSz<T> >(s… in remap_gpu()
238 static_cast< PtrStepSz<T> >(dst), borderValue, stream, cc20); in remap_gpu()