/development/perftests/panorama/feature_mos/src/mosaic/ |
ImageUtils.h | 91 static ImageType rgb2gray(ImageType in, int width, int height); 92 static ImageType rgb2gray(ImageType out, ImageType in, int width, int height);
|
AlignFeatures.cpp | 100 ImageUtils::rgb2gray(imageGray, imageRGB, width, height);
|
ImageUtils.cpp | 116 ImageType ImageUtils::rgb2gray(ImageType in, int width, int height) function in class:ImageUtils 146 ImageType ImageUtils::rgb2gray(ImageType out, ImageType in, int width, int height) function in class:ImageUtils
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
ImageUtils.h | 91 static ImageType rgb2gray(ImageType in, int width, int height); 92 static ImageType rgb2gray(ImageType out, ImageType in, int width, int height);
|
AlignFeatures.cpp | 100 ImageUtils::rgb2gray(imageGray, imageRGB, width, height);
|
ImageUtils.cpp | 116 ImageType ImageUtils::rgb2gray(ImageType in, int width, int height) function in class:ImageUtils 146 ImageType ImageUtils::rgb2gray(ImageType out, ImageType in, int width, int height) function in class:ImageUtils
|
/external/skia/samplecode/ |
ClockFaceView.cpp | 23 static inline SkPMColor rgb2gray(SkPMColor c) { function 38 result[i] = rgb2gray(src[i]);
|
SampleAll.cpp | 41 static inline SkPMColor rgb2gray(SkPMColor c) { function 56 result[i] = rgb2gray(src[i]);
|
/external/opencv3/modules/ts/src/ |
cuda_perf.cpp | 69 "RGB2GRAY",
|
/external/opencv3/modules/imgproc/test/ocl/ |
test_color.cpp | 125 OCL_TEST_P(CvtColor, RGB2GRAY) { performTest(3, 1, CVTCODE(RGB2GRAY)); }
|
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/ |
color_cvt.hpp | 76 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2Gray<SrcDepth, scn, bidx> \
|
/external/opencv3/modules/imgproc/src/ |
color.cpp | [all...] |
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
color_detail.hpp | 462 template <typename T, int scn, int bidx> struct RGB2Gray : unary_function<typename TypeVec<T, scn>::vec_type, T> 468 __host__ __device__ __forceinline__ RGB2Gray() {} 469 __host__ __device__ __forceinline__ RGB2Gray(const RGB2Gray&) {} 472 template <int bidx> struct RGB2Gray<uchar, 4, bidx> : unary_function<uint, uchar> 478 __host__ __device__ __forceinline__ RGB2Gray() {} 479 __host__ __device__ __forceinline__ RGB2Gray(const RGB2Gray&) {} 486 typedef ::cv::cuda::device::color_detail::RGB2Gray<T, scn, bidx> functor_type; \ [all...] |
/external/opencv3/modules/cudaimgproc/test/ |
test_color.cpp | 168 CUDA_TEST_P(CvtColor, RGB2GRAY) [all...] |
/external/opencv3/modules/imgproc/src/opencl/ |
cvtcolor.cl | 133 __kernel void RGB2Gray(__global const uchar * srcptr, int src_step, int src_offset, [all...] |
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/ |
color_cvt.hpp | 305 template <typename T, int scn, int bidx> struct RGB2Gray 317 template <int scn, int bidx> struct RGB2Gray<float, scn, bidx> [all...] |
/external/opencv3/modules/imgproc/ |
opencl_kernels_imgproc.cpp | [all...] |