/external/opencv3/modules/photo/test/ocl/ |
D | test_denoising.cpp | 57 int from_to[] = { 0,0, 1,1 }; in PARAM_TEST_CASE() local 59 mixChannels(&image, 1, &src_roi, 1, from_to, 2); in PARAM_TEST_CASE() 62 int from_to[] = { 0,0, 1,1, 2,2, 1,3}; in PARAM_TEST_CASE() local 64 mixChannels(&image, 1, &src_roi, 1, from_to, 4); in PARAM_TEST_CASE()
|
/external/opencv3/modules/photo/src/ |
D | fast_nlmeans_denoising_opencl.hpp | 150 int from_to[] = { 0,0, 1,1, 2,2 }; in ocl_fastNlMeansDenoising() local 151 mixChannels(std::vector<UMat>(1, _src.getUMat()), std::vector<UMat>(1, src), from_to, 3); in ocl_fastNlMeansDenoising() 179 int from_to[] = { 0,0, 1,1, 2,2 }; in ocl_fastNlMeansDenoising() local 180 mixChannels(std::vector<UMat>(1, dst), std::vector<UMat>(1, _dst.getUMat()), from_to, 3); in ocl_fastNlMeansDenoising() 205 int from_to[] = { 0,0, 1,1, 2,2 }; in ocl_fastNlMeansDenoisingColored() local 206 mixChannels(std::vector<UMat>(1, src_lab), l_ab, from_to, 3); in ocl_fastNlMeansDenoisingColored() 212 mixChannels(l_ab_denoised, std::vector<UMat>(1, dst_lab), from_to, 3); in ocl_fastNlMeansDenoisingColored()
|
D | denoising.cpp | 195 int from_to[] = { 0,0, 1,1, 2,2 }; in fastNlMeansDenoisingColored() local 196 mixChannels(&src_lab, 1, l_ab, 2, from_to, 3); in fastNlMeansDenoisingColored() 203 mixChannels(l_ab_denoised, 2, &dst_lab, 1, from_to, 3); in fastNlMeansDenoisingColored() 400 int from_to[] = { 0,0, 1,1, 2,2 }; in fastNlMeansDenoisingColoredMulti() local 414 mixChannels(&src_lab[i], 1, l_ab, 2, from_to, 3); in fastNlMeansDenoisingColoredMulti() 430 mixChannels(l_ab_denoised, 2, &dst_lab, 1, from_to, 3); in fastNlMeansDenoisingColoredMulti()
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/ |
D | tracer.c | 640 PyObject * from_to = NULL; in CTracer_handle_line() local 642 …from_to = PyObject_CallMethodObjArgs(self->cur_entry.file_tracer, str_line_number_range, frame, NU… in CTracer_handle_line() 643 if (from_to == NULL) { in CTracer_handle_line() 646 ret2 = CTracer_unpack_pair(self, from_to, &lineno_from, &lineno_to); in CTracer_handle_line() 647 Py_DECREF(from_to); in CTracer_handle_line()
|
/external/opencv/cxcore/src/ |
D | cxconvert.cpp | 724 const int* from_to, int pair_count ) in cvMixChannels() argument 764 if( !from_to ) in cvMixChannels() 847 int cn = from_to[i*2 + k]; in cvMixChannels()
|
/external/opencv3/modules/core/test/ |
D | test_operations.cpp | 447 int from_to[] = { 0,2, 1,1, 2,0, 3,3 }; in SomeMatFunctions() local 448 mixChannels( &rgba, 1, out, 2, from_to, 4 ); in SomeMatFunctions()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 468 const int* from_to, int pair_count );
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 998 const int* from_to, int pair_count );
|
/external/opencv3/modules/core/src/ |
D | convert.cpp | 6186 const int* from_to, int pair_count ) in cvMixChannels() argument 6195 cv::mixChannels(&buf[0], src_count, &buf[src_count], dst_count, from_to, pair_count); in cvMixChannels()
|