Home
last modified time | relevance | path

Searched defs:dst_depth (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/modules/cudaarithm/src/cuda/
Dminmax.cu108 const int dst_depth = src_depth < CV_32F ? CV_32S : src_depth; in findMinMax() local
179 const int dst_depth = src_depth < CV_32F ? CV_32S : src_depth; in findMaxAbs() local
/external/opencv/cv/src/
Dcvderiv.cpp385 int dst_depth = CV_MAT_DEPTH(dst_type); in get_work_params() local
407 int src_depth = CV_MAT_DEPTH(_src_type), dst_depth = CV_MAT_DEPTH(_dst_type); in init() local
/external/opencv/cxcore/src/
Dcxmathfuncs.cpp1027 int coi1 = 0, coi2 = 0, src_depth, dst_depth; in cvExp() local
1586 int coi1 = 0, coi2 = 0, src_depth, dst_depth; in cvLog() local
/external/opencv3/modules/imgproc/test/
Dtest_imgwarp.cpp1167 int src_depth = cvtest::randInt(rng) % 2, dst_depth; in get_test_array_types_and_sizes() local
1275 int msz, src_depth = cvtest::randInt(rng) % 2, dst_depth; in get_test_array_types_and_sizes() local
/external/opencv3/modules/cudaarithm/test/
Dtest_reductions.cpp835 int dst_depth; in CV_ENUM() local
Dtest_element_operations.cpp2473 int dst_depth; in PARAM_TEST_CASE() local
/external/opencv3/modules/cudaarithm/perf/
Dperf_element_operations.cpp1192 const int dst_depth = GET_PARAM(3); in PERF_TEST_P() local
/external/opencv3/modules/core/test/
Dtest_arithm.cpp1587 int dst_depth; member in SubtractOutputMatNotEmpty