OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upscale
(Results
1 - 13
of
13
) sorted by null
/external/opencv3/modules/superres/src/cuda/
btv_l1_gpu.cu
63
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)
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/
btv_l1_cuda.cpp
71
void
upscale
(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream);
147
void
upscale
(const GpuMat& src, GpuMat& dst, int scale, Stream& stream)
152
0, btv_l1_cudev::
upscale
<1>, 0, btv_l1_cudev::
upscale
<3>, btv_l1_cudev::
upscale
<4>
369
upscale
(c_[k], a_[k], scale_, streams_[k]);
btv_l1.cpp
248
ocl::Kernel k("
upscale
", ocl::superres::superres_btvl1_oclsrc,
269
void
upscale
(InputArray _src, OutputArray _dst, int scale)
function in namespace:__anon21800
631
upscale
(uc_, ua_, scale_);
732
upscale
(c_, a_, scale_);
[
all
...]