/external/opencv3/modules/cudaimgproc/perf/ |
perf_corners.cpp | 61 const string fileName = GET_PARAM(0); 62 const int type = GET_PARAM(1); 63 const int borderMode = GET_PARAM(2); 64 const int blockSize = GET_PARAM(3); 65 const int apertureSize = GET_PARAM(4); 105 const string fileName = GET_PARAM(0); 106 const int type = GET_PARAM(1); 107 const int borderMode = GET_PARAM(2); 108 const int blockSize = GET_PARAM(3); 109 const int apertureSize = GET_PARAM(4) [all...] |
perf_canny.cpp | 59 const string fileName = GET_PARAM(0); 60 const int apperture_size = GET_PARAM(1); 61 const bool useL2gradient = GET_PARAM(2);
|
perf_match_template.cpp | 64 const cv::Size size = GET_PARAM(0); 65 const cv::Size templ_size = GET_PARAM(1); 66 const int cn = GET_PARAM(2); 67 const int method = GET_PARAM(3); 106 const cv::Size size = GET_PARAM(0); 107 const cv::Size templ_size = GET_PARAM(1); 108 const int cn = GET_PARAM(2); 109 int method = GET_PARAM(3);
|
perf_bilateral_filter.cpp | 62 const cv::Size size = GET_PARAM(0); 63 const int depth = GET_PARAM(1); 64 const int channels = GET_PARAM(2); 65 const int kernel_size = GET_PARAM(3);
|
/external/opencv3/modules/photo/perf/ |
perf_cuda.cpp | 72 const cv::Size size = GET_PARAM(0); 73 const int depth = GET_PARAM(1); 74 const int channels = GET_PARAM(2); 75 const int search_widow_size = GET_PARAM(3); 76 const int block_size = GET_PARAM(4); 116 const cv::Size size = GET_PARAM(0); 117 const int depth = GET_PARAM(1); 118 const int search_widow_size = GET_PARAM(2); 119 const int block_size = GET_PARAM(3); 159 const cv::Size size = GET_PARAM(0) [all...] |
/external/opencv3/modules/cudawarping/perf/ |
perf_warping.cpp | 104 const cv::Size size = GET_PARAM(0); 105 const int depth = GET_PARAM(1); 106 const int channels = GET_PARAM(2); 107 const int interpolation = GET_PARAM(3); 108 const int borderMode = GET_PARAM(4); 109 const int remapMode = GET_PARAM(5); 155 const cv::Size size = GET_PARAM(0); 156 const int depth = GET_PARAM(1); 157 const int channels = GET_PARAM(2); 158 const int interpolation = GET_PARAM(3) [all...] |
/external/opencv3/modules/core/perf/cuda/ |
perf_gpumat.cpp | 62 const cv::Size size = GET_PARAM(0); 63 const int depth = GET_PARAM(1); 64 const int channels = GET_PARAM(2); 94 const cv::Size size = GET_PARAM(0); 95 const int depth = GET_PARAM(1); 96 const int channels = GET_PARAM(2); 131 const cv::Size size = GET_PARAM(0); 132 const int depth = GET_PARAM(1); 133 const int channels = GET_PARAM(2); 169 const cv::Size size = GET_PARAM(0) [all...] |
/external/libvpx/libvpx/test/ |
config_test.cc | 21 ConfigTest() : EncoderTest(GET_PARAM(0)), 27 SetMode(GET_PARAM(1));
|
vp9_avg_test.cc | 102 AverageTest() : AverageTestBase(GET_PARAM(0), GET_PARAM(1)) {} 107 if (GET_PARAM(3) == 8) { 108 expected = ReferenceAverage8x8(source_data_+ GET_PARAM(2), 110 } else if (GET_PARAM(3) == 4) { 111 expected = ReferenceAverage4x4(source_data_+ GET_PARAM(2), 115 ASM_REGISTER_STATE_CHECK(GET_PARAM(4)(source_data_+ GET_PARAM(2), 117 unsigned int actual = GET_PARAM(4)(source_data_+ GET_PARAM(2) [all...] |
altref_test.cc | 24 AltRefTest() : EncoderTest(GET_PARAM(0)), altref_count_(0) {} 58 cfg_.g_lag_in_frames = GET_PARAM(1);
|
/external/opencv3/modules/cudawarping/test/ |
test_pyramids.cpp | 61 devInfo = GET_PARAM(0); 62 size = GET_PARAM(1); 63 type = GET_PARAM(2); 64 useRoi = GET_PARAM(3); 101 devInfo = GET_PARAM(0); 102 size = GET_PARAM(1); 103 type = GET_PARAM(2); 104 useRoi = GET_PARAM(3);
|
/external/opencv3/modules/imgproc/test/ocl/ |
test_filter2d.cpp | 73 type = CV_MAKE_TYPE(GET_PARAM(0), GET_PARAM(1)); 74 Size ksize(GET_PARAM(2), GET_PARAM(2)); 75 widthMultiple = GET_PARAM(3); 76 borderType = GET_PARAM(4) | (GET_PARAM(5) ? BORDER_ISOLATED : 0); 77 useRoi = GET_PARAM(6);
|
test_medianfilter.cpp | 65 type = CV_MAKE_TYPE(GET_PARAM(0), GET_PARAM(1)); 66 ksize = GET_PARAM(2); 67 use_roi = GET_PARAM(3);
|
test_match_template.cpp | 71 type = CV_MAKE_TYPE(GET_PARAM(0), GET_PARAM(1)); 72 depth = GET_PARAM(0); 73 method = GET_PARAM(2); 74 use_roi = GET_PARAM(3);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
config_test.cc | 21 ConfigTest() : EncoderTest(GET_PARAM(0)), 27 SetMode(GET_PARAM(1));
|
/external/opencv3/modules/cudafilters/test/ |
test_filters.cpp | 85 devInfo = GET_PARAM(0); 86 size = GET_PARAM(1); 87 type = GET_PARAM(2); 88 ksize = GET_PARAM(3); 89 anchor = GET_PARAM(4); 90 borderType = GET_PARAM(5); 91 useRoi = GET_PARAM(6); 136 devInfo = GET_PARAM(0); 137 size = GET_PARAM(1); 138 type = GET_PARAM(2) [all...] |
/external/opencv3/modules/cudaarithm/test/ |
test_core.cpp | 62 devInfo = GET_PARAM(0); 63 size = GET_PARAM(1); 64 depth = GET_PARAM(2); 65 channels = GET_PARAM(3); 66 useRoi = GET_PARAM(4); 129 devInfo = GET_PARAM(0); 130 size = GET_PARAM(1); 131 depth = GET_PARAM(2); 132 channels = GET_PARAM(3); 133 useRoi = GET_PARAM(4) [all...] |
/external/opencv3/modules/cudaarithm/perf/ |
perf_element_operations.cpp | 58 const cv::Size size = GET_PARAM(0); 59 const int depth = GET_PARAM(1); 94 const cv::Size size = GET_PARAM(0); 95 const int depth = GET_PARAM(1); 129 const cv::Size size = GET_PARAM(0); 130 const int depth = GET_PARAM(1); 165 const cv::Size size = GET_PARAM(0); 166 const int depth = GET_PARAM(1); 200 const cv::Size size = GET_PARAM(0); 201 const int depth = GET_PARAM(1) [all...] |
perf_reductions.cpp | 59 const cv::Size size = GET_PARAM(0); 60 const int depth = GET_PARAM(1); 61 const int normType = GET_PARAM(2); 98 const cv::Size size = GET_PARAM(0); 99 const int normType = GET_PARAM(1); 136 const cv::Size size = GET_PARAM(0); 137 const int depth = GET_PARAM(1); 138 const int channels = GET_PARAM(2); 172 const cv::Size size = GET_PARAM(0); 173 const int depth = GET_PARAM(1) [all...] |
perf_core.cpp | 59 const cv::Size size = GET_PARAM(0); 60 const int depth = GET_PARAM(1); 61 const int channels = GET_PARAM(2); 100 const cv::Size size = GET_PARAM(0); 101 const int depth = GET_PARAM(1); 102 const int channels = GET_PARAM(2); 141 const cv::Size size = GET_PARAM(0); 142 const int type = GET_PARAM(1); 180 const cv::Size size = GET_PARAM(0); 181 const int depth = GET_PARAM(1) [all...] |
/external/opencv3/modules/cudaimgproc/test/ |
test_canny.cpp | 67 devInfo = GET_PARAM(0); 68 apperture_size = GET_PARAM(1); 69 useL2gradient = GET_PARAM(2); 70 useRoi = GET_PARAM(3);
|
test_corners.cpp | 68 devInfo = GET_PARAM(0); 69 type = GET_PARAM(1); 70 borderType = GET_PARAM(2); 71 blockSize = GET_PARAM(3); 72 apertureSize = GET_PARAM(4); 116 devInfo = GET_PARAM(0); 117 type = GET_PARAM(1); 118 borderType = GET_PARAM(2); 119 blockSize = GET_PARAM(3); 120 apertureSize = GET_PARAM(4) [all...] |
test_histogram.cpp | 59 devInfo = GET_PARAM(0); 60 size = GET_PARAM(1); 104 devInfo = GET_PARAM(0); 105 size = GET_PARAM(1); 147 devInfo = GET_PARAM(0); 148 size = GET_PARAM(1); 187 devInfo = GET_PARAM(0); 188 size = GET_PARAM(1); 189 clipLimit = GET_PARAM(2);
|
/external/opencv3/modules/core/test/ocl/ |
test_dft.cpp | 77 dft_size = GET_PARAM(0); 78 dft_type = GET_PARAM(1); 79 depth = GET_PARAM(2); 90 if (GET_PARAM(3)) 92 if (GET_PARAM(4)) 94 if (GET_PARAM(5)) 96 hint = GET_PARAM(6); 140 ccorr = GET_PARAM(0); 141 useRoi = GET_PARAM(1);
|
/external/opencv3/modules/cudafilters/perf/ |
perf_filters.cpp | 61 const cv::Size size = GET_PARAM(0); 62 const int type = GET_PARAM(1); 63 const int ksize = GET_PARAM(2); 96 const cv::Size size = GET_PARAM(0); 97 const int type = GET_PARAM(1); 98 const int ksize = GET_PARAM(2); 134 const cv::Size size = GET_PARAM(0); 135 const int type = GET_PARAM(1); 136 const int ksize = GET_PARAM(2); 169 const cv::Size size = GET_PARAM(0) [all...] |