HomeSort by relevance Sort by last modified time
    Searched refs:test_loop_times (Results 1 - 25 of 26) sorted by null

1 2

  /external/opencv3/modules/core/test/ocl/
test_matrix_expr.cpp 38 for (int j = 0; j < test_loop_times; j++)
53 for (int j = 0; j < test_loop_times; j++)
68 for (int j = 0; j < test_loop_times; j++)
test_arithm.cpp 103 for (int j = 0; j < test_loop_times; j++)
198 for (int j = 0; j < test_loop_times; j++)
210 for (int j = 0; j < test_loop_times; j++)
222 for (int j = 0; j < test_loop_times; j++)
234 for (int j = 0; j < test_loop_times; j++)
250 for (int j = 0; j < test_loop_times; j++)
262 for (int j = 0; j < test_loop_times; j++)
274 for (int j = 0; j < test_loop_times; j++)
286 for (int j = 0; j < test_loop_times; j++)
302 for (int j = 0; j < test_loop_times; j++
    [all...]
test_matrix_operation.cpp 90 for (int j = 0; j < test_loop_times; j++)
157 for (int j = 0; j < test_loop_times; j++)
180 for (int j = 0; j < test_loop_times; j++)
test_channels.cpp 108 src_roi.clear(); usrc_roi.clear(); // for test_loop_times > 1
135 for(int j = 0; j < test_loop_times; j++)
213 for (int j = 0; j < test_loop_times; j++)
352 for (int j = 0; j < test_loop_times + 10; j++)
402 for(int j = 0; j < test_loop_times; j++)
448 for(int j = 0; j < test_loop_times; j++)
test_gemm.cpp 132 for (int i = 0; i < test_loop_times; ++i)
test_dft.cpp 165 for (int i = 0; i < test_loop_times; ++i)
  /external/opencv3/modules/imgproc/test/ocl/
test_accumulate.cpp 108 for (int i = 0; i < test_loop_times; ++i)
121 for (int i = 0; i < test_loop_times; ++i)
138 for (int i = 0; i < test_loop_times; ++i)
151 for (int i = 0; i < test_loop_times; ++i)
168 for (int i = 0; i < test_loop_times; ++i)
181 for (int i = 0; i < test_loop_times; ++i)
198 for (int i = 0; i < test_loop_times; ++i)
211 for (int i = 0; i < test_loop_times; ++i)
test_filters.cpp 134 for (int j = 0; j < test_loop_times; j++)
157 for (int j = 0; j < test_loop_times; j++)
179 for (int j = 0; j < test_loop_times; j++)
200 for (int j = 0; j < test_loop_times; j++)
218 for (int j = 0; j < test_loop_times + 1; j++)
242 for (int j = 0; j < test_loop_times; j++)
264 for (int j = 0; j < test_loop_times; j++)
341 for (int j = 0; j < test_loop_times; j++)
test_imgproc.cpp 163 for (int i = 0; i < test_loop_times; ++i)
180 for (int j = 0; j < test_loop_times; j++)
229 for (int j = 0; j < test_loop_times; j++)
248 for (int j = 0; j < test_loop_times; j++)
268 for (int j = 0; j < test_loop_times; j++)
329 for (int j = 0; j < test_loop_times; j++)
342 for (int j = 0; j < test_loop_times; j++)
371 for (int j = 0; j < test_loop_times; j++)
424 for (int i = 0; i < test_loop_times; ++i)
test_boxfilter.cpp 105 for (int j = 0; j < test_loop_times; j++)
120 for (int j = 0; j < test_loop_times; j++)
test_pyramids.cpp 95 for (int j = 0; j < test_loop_times; j++)
124 for (int j = 0; j < test_loop_times; j++)
test_medianfilter.cpp 92 for (int j = 0; j < test_loop_times; j++)
test_match_template.cpp 116 for (int j = 0; j < test_loop_times; j++)
test_warp.cpp 122 for (int j = 0; j < test_loop_times; j++)
143 for (int j = 0; j < test_loop_times; j++)
222 for (int j = 0; j < test_loop_times; j++)
303 for (int j = 0; j < test_loop_times; j++)
318 for (int j = 0; j < test_loop_times; j++)
test_blend.cpp 113 for (int i = 0; i < test_loop_times; ++i)
test_filter2d.cpp 113 for (int j = 0; j < test_loop_times; j++)
test_gftt.cpp 97 for (int j = 0; j < test_loop_times; ++j)
test_sepfilter2D.cpp 111 for (int j = 0; j < test_loop_times + 3; j++)
test_histogram.cpp 201 for (int j = 0; j < test_loop_times; j++)
259 for (int j = 0; j < test_loop_times; j++)
test_houghlines.cpp 96 for (int j = 0; j < test_loop_times; j++)
  /external/opencv3/modules/photo/test/ocl/
test_denoising.cpp 81 for (int j = 0; j < test_loop_times; j++)
96 for (int j = 0; j < test_loop_times; j++)
111 for (int j = 0; j < test_loop_times; j++)
  /external/opencv3/modules/stitching/test/ocl/
test_warpers.cpp 87 for (int j = 0; j < test_loop_times; j++)
108 for (int j = 0; j < test_loop_times; j++)
129 for (int j = 0; j < test_loop_times; j++)
  /external/opencv3/modules/core/test/
test_ippasync.cpp 57 for (int j = 0; j < test_loop_times; j++)
141 for (int j = 0; j < test_loop_times; j++)
  /external/opencv3/modules/ts/src/
ocl_test.cpp 51 int test_loop_times = 1; // TODO Read from command line / environment member in namespace:cvtest::ocl
  /external/opencv3/modules/ts/include/opencv2/ts/
ocl_test.hpp 87 extern int test_loop_times;

Completed in 1748 milliseconds

1 2