Home
last modified time | relevance | path

Searched defs:PERF_TEST_P (Results 1 – 25 of 46) sorted by relevance

12

/external/opencv3/modules/core/perf/
Dperf_arithm.cpp13 PERF_TEST_P(Size_MatType, min, TYPICAL_MATS_CORE_ARITHM) in PERF_TEST_P() function
28 PERF_TEST_P(Size_MatType, minScalar, TYPICAL_MATS_CORE_ARITHM) in PERF_TEST_P() function
43 PERF_TEST_P(Size_MatType, max, TYPICAL_MATS_CORE_ARITHM) in PERF_TEST_P() function
58 PERF_TEST_P(Size_MatType, maxScalar, TYPICAL_MATS_CORE_ARITHM) in PERF_TEST_P() function
73 PERF_TEST_P(Size_MatType, absdiff, TYPICAL_MATS_CORE_ARITHM) in PERF_TEST_P() function
95 PERF_TEST_P(Size_MatType, absdiffScalar, TYPICAL_MATS_CORE_ARITHM) in PERF_TEST_P() function
117 PERF_TEST_P(Size_MatType, add, TYPICAL_MATS_CORE_ARITHM) in PERF_TEST_P() function
140 PERF_TEST_P(Size_MatType, addScalar, TYPICAL_MATS_CORE_ARITHM) in PERF_TEST_P() function
162 PERF_TEST_P(Size_MatType, subtract, TYPICAL_MATS_CORE_ARITHM) in PERF_TEST_P() function
184 PERF_TEST_P(Size_MatType, subtractScalar, TYPICAL_MATS_CORE_ARITHM) in PERF_TEST_P() function
[all …]
Dperf_stat.cpp9 PERF_TEST_P(Size_MatType, sum, TYPICAL_MATS) in PERF_TEST_P() function
24 PERF_TEST_P(Size_MatType, mean, TYPICAL_MATS) in PERF_TEST_P() function
39 PERF_TEST_P(Size_MatType, mean_mask, TYPICAL_MATS) in PERF_TEST_P() function
55 PERF_TEST_P(Size_MatType, meanStdDev, TYPICAL_MATS) in PERF_TEST_P() function
72 PERF_TEST_P(Size_MatType, meanStdDev_mask, TYPICAL_MATS) in PERF_TEST_P() function
90 PERF_TEST_P(Size_MatType, countNonZero, testing::Combine( testing::Values( TYPICAL_MAT_SIZES ), tes… in PERF_TEST_P() function
Dperf_bitwise.cpp13 PERF_TEST_P(Size_MatType, bitwise_not, TYPICAL_MATS_BITW_ARITHM) in PERF_TEST_P() function
29 PERF_TEST_P(Size_MatType, bitwise_and, TYPICAL_MATS_BITW_ARITHM) in PERF_TEST_P() function
45 PERF_TEST_P(Size_MatType, bitwise_or, TYPICAL_MATS_BITW_ARITHM) in PERF_TEST_P() function
61 PERF_TEST_P(Size_MatType, bitwise_xor, TYPICAL_MATS_BITW_ARITHM) in PERF_TEST_P() function
Dperf_mat.cpp9 PERF_TEST_P(Size_MatType, Mat_Eye, in PERF_TEST_P() function
30 PERF_TEST_P(Size_MatType, Mat_Zeros, in PERF_TEST_P() function
51 PERF_TEST_P(Size_MatType, Mat_Clone, in PERF_TEST_P() function
73 PERF_TEST_P(Size_MatType, Mat_Clone_Roi, in PERF_TEST_P() function
Dperf_sort.cpp19 PERF_TEST_P(sortFixture, sort, TYPICAL_MATS_SORT) in PERF_TEST_P() function
39 PERF_TEST_P(sortIdxFixture, sorIdx, TYPICAL_MATS_SORT) in PERF_TEST_P() function
Dperf_reduce.cpp15 PERF_TEST_P(Size_MatType_ROp, reduceR, in PERF_TEST_P() function
43 PERF_TEST_P(Size_MatType_ROp, reduceC, in PERF_TEST_P() function
Dperf_compare.cpp14 PERF_TEST_P( Size_MatType_CmpType, compare, in PERF_TEST_P() function
37 PERF_TEST_P( Size_MatType_CmpType, compareScalar, in PERF_TEST_P() function
/external/opencv3/modules/cudaarithm/perf/
Dperf_element_operations.cpp54 PERF_TEST_P(Sz_Depth, AddMat, in PERF_TEST_P() function
90 PERF_TEST_P(Sz_Depth, AddScalar, in PERF_TEST_P() function
125 PERF_TEST_P(Sz_Depth, SubtractMat, in PERF_TEST_P() function
161 PERF_TEST_P(Sz_Depth, SubtractScalar, in PERF_TEST_P() function
196 PERF_TEST_P(Sz_Depth, MultiplyMat, in PERF_TEST_P() function
232 PERF_TEST_P(Sz_Depth, MultiplyScalar, in PERF_TEST_P() function
267 PERF_TEST_P(Sz_Depth, DivideMat, in PERF_TEST_P() function
303 PERF_TEST_P(Sz_Depth, DivideScalar, in PERF_TEST_P() function
338 PERF_TEST_P(Sz_Depth, DivideScalarInv, in PERF_TEST_P() function
373 PERF_TEST_P(Sz_Depth, AbsDiffMat, in PERF_TEST_P() function
[all …]
Dperf_reductions.cpp54 PERF_TEST_P(Sz_Depth_Norm, Norm, in PERF_TEST_P() function
94 PERF_TEST_P(Sz_Norm, NormDiff, in PERF_TEST_P() function
131 PERF_TEST_P(Sz_Depth_Cn, Sum, in PERF_TEST_P() function
167 PERF_TEST_P(Sz_Depth_Cn, SumAbs, in PERF_TEST_P() function
199 PERF_TEST_P(Sz_Depth_Cn, SumSqr, in PERF_TEST_P() function
231 PERF_TEST_P(Sz_Depth, MinMax, in PERF_TEST_P() function
268 PERF_TEST_P(Sz_Depth, MinMaxLoc, in PERF_TEST_P() function
307 PERF_TEST_P(Sz_Depth, CountNonZero, in PERF_TEST_P() function
388 PERF_TEST_P(Sz_Depth_NormType, Normalize, in PERF_TEST_P() function
428 PERF_TEST_P(Sz, MeanStdDev, in PERF_TEST_P() function
[all …]
Dperf_core.cpp137 PERF_TEST_P(Sz_Type, Transpose, in PERF_TEST_P() function
174 PERF_TEST_P(Sz_Depth_Cn_Code, Flip, in PERF_TEST_P() function
212 PERF_TEST_P(Sz_Type, LutOneChannel, in PERF_TEST_P() function
249 PERF_TEST_P(Sz_Type, LutMultiChannel, in PERF_TEST_P() function
288 PERF_TEST_P(Sz_Depth_Cn_Border, CopyMakeBorder, in PERF_TEST_P() function
/external/opencv3/modules/features2d/perf/
Dperf_orb.cpp15 PERF_TEST_P(orb, detect, testing::Values(ORB_IMAGES)) in PERF_TEST_P() function
34 PERF_TEST_P(orb, extract, testing::Values(ORB_IMAGES)) in PERF_TEST_P() function
57 PERF_TEST_P(orb, full, testing::Values(ORB_IMAGES)) in PERF_TEST_P() function
/external/opencv3/modules/cudaimgproc/perf/
Dperf_histogram.cpp52 PERF_TEST_P(Sz_Depth, HistEvenC1, in PERF_TEST_P() function
90 PERF_TEST_P(Sz_Depth, HistEvenC4, in PERF_TEST_P() function
130 PERF_TEST_P(Sz, CalcHist, in PERF_TEST_P() function
156 PERF_TEST_P(Sz, EqualizeHist, in PERF_TEST_P() function
Dperf_color.cpp155 PERF_TEST_P(Sz_Code, Demosaicing, in PERF_TEST_P() function
194 PERF_TEST_P(Sz, SwapChannels, in PERF_TEST_P() function
225 PERF_TEST_P(Sz_Type_Op, AlphaComp, in PERF_TEST_P() function
/external/opencv3/modules/imgproc/perf/
Dperf_blur.cpp46 PERF_TEST_P(Size_MatType_BorderType3x3, gaussianBlur3x3, in PERF_TEST_P() function
68 PERF_TEST_P(Size_MatType_BorderType3x3, blur3x3, in PERF_TEST_P() function
90 PERF_TEST_P(Size_MatType_BorderType, blur16x16, in PERF_TEST_P() function
117 PERF_TEST_P(Size_MatType_BorderType3x3, box3x3, in PERF_TEST_P() function
139 PERF_TEST_P(Size_MatType_BorderType3x3, box3x3_inplace, in PERF_TEST_P() function
167 PERF_TEST_P(Size_MatType_BorderType, gaussianBlur5x5, in PERF_TEST_P() function
189 PERF_TEST_P(Size_MatType_BorderType, blur5x5, in PERF_TEST_P() function
Dperf_morph.cpp12 PERF_TEST_P(Size_MatType, erode, TYPICAL_MATS_MORPH) in PERF_TEST_P() function
28 PERF_TEST_P(Size_MatType, dilate, TYPICAL_MATS_MORPH) in PERF_TEST_P() function
Dperf_histogram.cpp17 PERF_TEST_P(Size_Source, calcHist1d, in PERF_TEST_P() function
46 PERF_TEST_P(Size_Source, calcHist2d, in PERF_TEST_P() function
74 PERF_TEST_P(Size_Source, calcHist3d, in PERF_TEST_P() function
103 PERF_TEST_P(MatSize, equalizeHist, in PERF_TEST_P() function
Dperf_integral.cpp12 PERF_TEST_P(Size_MatType_OutMatDepth, integral, in PERF_TEST_P() function
34 PERF_TEST_P(Size_MatType_OutMatDepth, integral_sqsum, in PERF_TEST_P() function
59 PERF_TEST_P( Size_MatType_OutMatDepth, integral_sqsum_tilted, in PERF_TEST_P() function
Dperf_threshold.cpp14 PERF_TEST_P(Size_MatType_ThreshType, threshold, in PERF_TEST_P() function
43 PERF_TEST_P(Size_Only, threshold_otsu, testing::Values(TYPICAL_MAT_SIZES)) in PERF_TEST_P() function
Dperf_pyramids.cpp9 PERF_TEST_P(Size_MatType, pyrDown, testing::Combine( in PERF_TEST_P() function
30 PERF_TEST_P(Size_MatType, pyrUp, testing::Combine( in PERF_TEST_P() function
51 PERF_TEST_P(Size_MatType, buildPyramid, testing::Combine( in PERF_TEST_P() function
Dperf_phasecorr.cpp12 PERF_TEST_P( CreateHanningWindowFixture, CreateHanningWindow, Values(szVGA, sz1080p)) in PERF_TEST_P() function
/external/opencv3/modules/core/perf/cuda/
Dperf_gpumat.cpp57 PERF_TEST_P(Sz_Depth_Cn, CUDA_GpuMat_SetTo, in PERF_TEST_P() function
89 PERF_TEST_P(Sz_Depth_Cn, CUDA_GpuMat_SetToMasked, in PERF_TEST_P() function
126 PERF_TEST_P(Sz_Depth_Cn, CUDA_GpuMat_CopyToMasked, in PERF_TEST_P() function
164 PERF_TEST_P(Sz_2Depth, CUDA_GpuMat_ConvertTo, in PERF_TEST_P() function
/external/opencv3/modules/cudafilters/perf/
Dperf_filters.cpp200 PERF_TEST_P(Sz_Type, Scharr, Combine(CUDA_TYPICAL_MAT_SIZES, Values(CV_8UC1, CV_8UC4, CV_32FC1))) in PERF_TEST_P() function
269 PERF_TEST_P(Sz_Type, Erode, Combine(CUDA_TYPICAL_MAT_SIZES, Values(CV_8UC1, CV_8UC4))) in PERF_TEST_P() function
305 PERF_TEST_P(Sz_Type, Dilate, Combine(CUDA_TYPICAL_MAT_SIZES, Values(CV_8UC1, CV_8UC4))) in PERF_TEST_P() function
345 PERF_TEST_P(Sz_Type_Op, MorphologyEx, Combine(CUDA_TYPICAL_MAT_SIZES, Values(CV_8UC1, CV_8UC4), Mor… in PERF_TEST_P() function
/external/opencv3/modules/stitching/perf/
Dperf_stich.cpp27 PERF_TEST_P(stitch, a123, TEST_DETECTORS) in PERF_TEST_P() function
65 PERF_TEST_P(stitch, b12, TEST_DETECTORS) in PERF_TEST_P() function
103 PERF_TEST_P( match, bestOf2Nearest, TEST_DETECTORS) in PERF_TEST_P() function
/external/opencv3/modules/cudawarping/perf/
Dperf_warping.cpp94 PERF_TEST_P(Sz_Depth_Cn_Inter_Border_Mode, Remap, in PERF_TEST_P() function
233 PERF_TEST_P(Sz_Depth_Cn_Inter_Border, WarpAffine, in PERF_TEST_P() function
283 PERF_TEST_P(Sz_Depth_Cn_Inter_Border, WarpPerspective, in PERF_TEST_P() function
333 PERF_TEST_P(Sz_Depth_Cn_Inter, Rotate, in PERF_TEST_P() function
367 PERF_TEST_P(Sz_Depth_Cn, PyrDown, in PERF_TEST_P() function
403 PERF_TEST_P(Sz_Depth_Cn, PyrUp, in PERF_TEST_P() function
/external/opencv3/modules/cudastereo/perf/
Dperf_stereo.cpp195 PERF_TEST_P(Sz_Depth, ReprojectImageTo3D, in PERF_TEST_P() function
230 PERF_TEST_P(Sz_Depth, DrawColorDisp, in PERF_TEST_P() function

12