/packages/apps/Gallery2/jni/filters/ |
highlight.c | 35 hsv2rgb(hsv,0, rgb,i);
|
filters.h | 50 extern void hsv2rgb(unsigned short *hsv,int hsvOff,unsigned char *rgb,int rgbOff);
|
shadows.c | 51 hsv2rgb(hsv,0, rgb,i);
|
hsv.c | 82 void hsv2rgb(unsigned short *hsv,int hsvOff, unsigned char *rgb,int rgbOff) function
|
/external/opencv3/3rdparty/openexr/Imath/ |
ImathColorAlgo.h | 66 // hsv2rgb(), rgb2hsv(), rgb2packed(), packed2rgb() 72 hsv2rgb(const Vec3<T> &hsv) function in namespace:Imath 95 hsv2rgb(const Color4<T> &hsv) function in namespace:Imath
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
shadows.rs | 98 static uchar4 hsv2rgb(ushort3 hsv) 190 return hsv2rgb(hsv);
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
shadows.rs | 98 static uchar4 hsv2rgb(ushort3 hsv) 190 return hsv2rgb(hsv);
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
shadows.rs | 98 static uchar4 hsv2rgb(ushort3 hsv) 190 return hsv2rgb(hsv);
|
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/ |
shadows_f.rs | 98 static float4 hsv2rgb(ushort3 hsv) 190 return hsv2rgb(hsv);
|
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/ |
color_cvt.hpp | 237 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::HSV2RGB<SrcDepth, scn, dcn, bidx, 180> \ 240 template <typename SrcDepth> struct name ## _FULL ## _func : cv::cudev::color_cvt_detail::HSV2RGB<SrcDepth, scn, dcn, bidx, 255> \ 243 template <> struct name ## _func<float> : cv::cudev::color_cvt_detail::HSV2RGB<float, scn, dcn, bidx, 360> \ 246 template <> struct name ## _FULL ## _func<float> : cv::cudev::color_cvt_detail::HSV2RGB<float, scn, dcn, bidx, 360> \
|
/external/opencv3/modules/ts/src/ |
cuda_perf.cpp | 130 "HSV2RGB",
|
/external/opencv3/modules/imgproc/test/ocl/ |
test_color.cpp | 198 OCL_TEST_P(CvtColor8u32f, HSV2RGB) { performTest(3, 3, CVTCODE(HSV2RGB), depth == CV_8U ? 1 : 4e-1); } 200 OCL_TEST_P(CvtColor8u32f, HSV2RGBA) { performTest(3, 4, CVTCODE(HSV2RGB), depth == CV_8U ? 1 : 4e-1); }
|
/external/opencv/cv/src/ |
_cvipp.h | 539 IPCV_COLOR( HSV2RGB, HSVToRGB, 8u ) [all...] |
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
color_detail.hpp | [all...] |
/external/opencv3/modules/imgproc/src/opencl/ |
cvtcolor.cl | [all...] |
/external/opencv3/modules/cudaimgproc/test/ |
test_color.cpp | 1022 CUDA_TEST_P(CvtColor, HSV2RGB) [all...] |
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/ |
color_cvt.hpp | 696 template <typename T, int scn, int dcn, int bidx, int hr> struct HSV2RGB; 698 template <int scn, int dcn, int bidx, int hr> struct HSV2RGB<float, scn, dcn, bidx, hr> 748 template <int scn, int dcn, int bidx, int hr> struct HSV2RGB<uchar, scn, dcn, bidx, hr> [all...] |
/external/opencv3/modules/imgproc/ |
opencl_kernels_imgproc.cpp | [all...] |