OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RGB2YUV
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/modules/imgproc/test/ocl/
test_color.cpp
136
OCL_TEST_P(CvtColor,
RGB2YUV
) { performTest(3, 3, CVTCODE(
RGB2YUV
)); }
138
OCL_TEST_P(CvtColor, RGBA2YUV) { performTest(4, 3, CVTCODE(
RGB2YUV
)); }
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
color_cvt.hpp
102
template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::
RGB2YUV
<SrcDepth, scn, dcn, bidx> \
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
color_detail.hpp
520
template <typename T, int scn, int dcn, int bidx> struct
RGB2YUV
529
__host__ __device__ __forceinline__
RGB2YUV
() {}
530
__host__ __device__ __forceinline__
RGB2YUV
(const
RGB2YUV
&) {}
537
typedef ::cv::cuda::device::color_detail::
RGB2YUV
<T, scn, dcn, bidx> functor_type; \
[
all
...]
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
color_cvt.hpp
334
template <typename T, int scn, int dcn, int bidx> struct
RGB2YUV
359
template <int scn, int dcn, int bidx> struct
RGB2YUV
<float, scn, dcn, bidx>
[
all
...]
/external/opencv3/modules/imgproc/src/opencl/
cvtcolor.cl
207
__kernel void
RGB2YUV
(__global const uchar* srcptr, int src_step, int src_offset,
[
all
...]
/external/opencv3/modules/cudaimgproc/test/
test_color.cpp
[
all
...]
Completed in 42 milliseconds