Searched defs:dst_depth (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/modules/cudaarithm/src/cuda/ |
D | minmax.cu | 108 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/ |
D | cvderiv.cpp | 385 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/ |
D | cxmathfuncs.cpp | 1027 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/ |
D | test_imgwarp.cpp | 1167 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/ |
D | test_reductions.cpp | 835 int dst_depth; in CV_ENUM() local
|
D | test_element_operations.cpp | 2473 int dst_depth; in PARAM_TEST_CASE() local
|
/external/opencv3/modules/cudaarithm/perf/ |
D | perf_element_operations.cpp | 1192 const int dst_depth = GET_PARAM(3); in PERF_TEST_P() local
|
/external/opencv3/modules/core/test/ |
D | test_arithm.cpp | 1587 int dst_depth; member in SubtractOutputMatNotEmpty
|