HomeSort by relevance Sort by last modified time
    Searched defs:from_to (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/photo/src/
denoising.cpp 195 int from_to[] = { 0,0, 1,1, 2,2 }; local
196 mixChannels(&src_lab, 1, l_ab, 2, from_to, 3);
203 mixChannels(l_ab_denoised, 2, &dst_lab, 1, from_to, 3);
400 int from_to[] = { 0,0, 1,1, 2,2 }; local
414 mixChannels(&src_lab[i], 1, l_ab, 2, from_to, 3);
430 mixChannels(l_ab_denoised, 2, &dst_lab, 1, from_to, 3);
fast_nlmeans_denoising_opencl.hpp 150 int from_to[] = { 0,0, 1,1, 2,2 }; local
151 mixChannels(std::vector<UMat>(1, _src.getUMat()), std::vector<UMat>(1, src), from_to, 3);
179 int from_to[] = { 0,0, 1,1, 2,2 }; local
180 mixChannels(std::vector<UMat>(1, dst), std::vector<UMat>(1, _dst.getUMat()), from_to, 3);
205 int from_to[] = { 0,0, 1,1, 2,2 }; local
206 mixChannels(std::vector<UMat>(1, src_lab), l_ab, from_to, 3);
212 mixChannels(l_ab_denoised, std::vector<UMat>(1, dst_lab), from_to, 3);
  /external/opencv3/modules/photo/test/ocl/
test_denoising.cpp 57 int from_to[] = { 0,0, 1,1 }; local
59 mixChannels(&image, 1, &src_roi, 1, from_to, 2);
62 int from_to[] = { 0,0, 1,1, 2,2, 1,3}; local
64 mixChannels(&image, 1, &src_roi, 1, from_to, 4);
  /external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
tracer.c 640 PyObject * from_to = NULL; local
642 from_to = PyObject_CallMethodObjArgs(self->cur_entry.file_tracer, str_line_number_range, frame, NULL);
643 if (from_to == NULL) {
646 ret2 = CTracer_unpack_pair(self, from_to, &lineno_from, &lineno_to);
647 Py_DECREF(from_to);
    [all...]
  /external/opencv3/modules/core/test/
test_operations.cpp 447 int from_to[] = { 0,2, 1,1, 2,0, 3,3 }; local
448 mixChannels( &rgba, 1, out, 2, from_to, 4 );
    [all...]

Completed in 761 milliseconds