Home
last modified time | relevance | path

Searched refs:upscale (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/superres/src/cuda/
Dbtv_l1_gpu.cu63 void upscale(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream);
127 void upscale(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream) in upscale() function
141 template void upscale<1>(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream);
142 template void upscale<3>(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream);
143 template void upscale<4>(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream);
/external/opencv3/modules/superres/src/
Dbtv_l1_cuda.cpp71 void upscale(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream);
147 void upscale(const GpuMat& src, GpuMat& dst, int scale, Stream& stream) in upscale() function
152 0, btv_l1_cudev::upscale<1>, 0, btv_l1_cudev::upscale<3>, btv_l1_cudev::upscale<4> in upscale()
369 upscale(c_[k], a_[k], scale_, streams_[k]); in process()
Dbtv_l1.cpp269 void upscale(InputArray _src, OutputArray _dst, int scale) in upscale() function
631 upscale(uc_, ua_, scale_); in ocl_process()
732 upscale(c_, a_, scale_); in process()
/external/opencv3/modules/superres/src/opencl/
Dsuperres_btvl1.cl82 __kernel void upscale(__global const uchar * srcptr, int src_step, int src_offset, int src_rows, in…