Searched defs:runs (Results 1 - 25 of 76) sorted by relevance

1234

/external/opencv3/modules/imgproc/perf/
H A Dperf_morph.cpp22 int runs = (sz.width <= 320) ? 15 : 1; local
23 TEST_CYCLE_MULTIRUN(runs) erode(src, dst, noArray());
H A Dperf_remap.cpp66 int runs = (sz.width <= 640) ? 3 : 1; local
67 TEST_CYCLE_MULTIRUN(runs) remap(src, dst, map1, map2, inter_type);
H A Dperf_resize.cpp88 int runs = 15; local
89 TEST_CYCLE_MULTIRUN(runs) resize(src, dst, dst.size(), 0, 0, INTER_AREA);
H A Dperf_threshold.cpp35 int runs = (sz.width <= 640) ? 40 : 1; local
36 TEST_CYCLE_MULTIRUN(runs) threshold(src, dst, thresh, maxval, threshType);
54 int runs = 15; local
55 TEST_CYCLE_MULTIRUN(runs) threshold(src, dst, 0, maxval, THRESH_BINARY|THRESH_OTSU);
/external/opencv3/modules/core/perf/
H A Dperf_compare.cpp55 int runs = (sz.width <= 640) ? 8 : 1; local
56 TEST_CYCLE_MULTIRUN(runs) cv::compare(src1, src2, dst, cmpType);
H A Dperf_convertTo.cpp33 int runs = (sz.width <= 640) ? 8 : 1; local
34 TEST_CYCLE_MULTIRUN(runs) src.convertTo(dst, depthDst, alpha);
H A Dperf_mat.cpp21 int runs = (size.width <= 640) ? 15 : 5; local
22 TEST_CYCLE_MULTIRUN(runs)
42 int runs = (size.width <= 640) ? 15 : 5; local
43 TEST_CYCLE_MULTIRUN(runs)
H A Dperf_merge.cpp33 int runs = (sz.width <= 640) ? 8 : 1; local
34 TEST_CYCLE_MULTIRUN(runs) merge( (vector<Mat> &)mv, dst );
H A Dperf_reduce.cpp37 int runs = 15; local
38 TEST_CYCLE_MULTIRUN(runs) reduce(src, vec, 0, reduceOp, ddepth);
H A Dperf_split.cpp29 int runs = (sz.width <= 640) ? 8 : 1; local
30 TEST_CYCLE_MULTIRUN(runs) split(m, (vector<Mat>&)mv);
H A Dperf_stat.cpp100 int runs = (sz.width <= 640) ? 8 : 1; local
101 TEST_CYCLE_MULTIRUN(runs) cnt = countNonZero(src);
/external/aac/libAACdec/src/arm/
H A Dblock_arm.cpp112 int runs = band_offset; local
114 runs = band_offset - runs; /* is always a multiple of 4 */
133 } while ((runs = runs-4) != 0);
137 pSpectrum+= runs;
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
H A Dwait_for.pass.cpp33 int runs = 0; variable
48 if (runs == 0)
58 ++runs;
H A Dwait_for_pred.pass.cpp43 int runs = 0; variable
56 if (runs == 0)
66 ++runs;
H A Dwait_until.pass.cpp50 int runs = 0; variable
63 if (runs == 0)
73 ++runs;
H A Dwait_until_pred.pass.cpp60 int runs = 0; variable
72 if (runs == 0)
84 ++runs;
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dwait_for.pass.cpp36 int runs = 0; variable
51 if (runs == 0)
61 ++runs;
H A Dwait_for_pred.pass.cpp46 int runs = 0; variable
59 if (runs == 0)
69 ++runs;
H A Dwait_until.pass.cpp53 int runs = 0; variable
66 if (runs == 0)
76 ++runs;
H A Dwait_until_pred.pass.cpp64 int runs = 0; variable
76 if (runs == 0)
88 ++runs;
/external/skia/src/core/
H A DSkAlphaRuns.cpp31 const int16_t* runs = fRuns; local
34 while (*runs) {
36 alpha += *runs;
37 runs += *runs;
42 const int16_t* runs = fRuns; local
46 while (*runs) {
47 int n = *runs;
54 runs += n;
63 const int16_t* runs local
[all...]
H A DSkAntiRun.h55 int16_t* runs = fRuns + offsetX; local
61 SkAlphaRuns::Break(runs, alpha, x, 1);
71 runs += x + 1;
78 SkAlphaRuns::Break(runs, alpha, x, middleCount);
80 runs += x;
84 int n = runs[0];
87 runs += n;
95 SkAlphaRuns::Break(runs, alpha, x, 1);
109 * Break the runs in the buffer at offsets x and x+count, properly
110 * updating the runs t
116 Break(int16_t runs[], uint8_t alpha[], int x, int count) argument
169 BreakAt(int16_t runs[], uint8_t alpha[], int x) argument
[all...]
/external/libyuv/files/unit_test/
H A Drotate_argb_test.cc22 libyuv::RotationMode mode, int runs) {
59 for (i = 0; i < runs; ++i) {
64 c_time = (get_time() - c_time) / runs;
68 for (i = 0; i < runs; ++i) {
73 opt_time = (get_time() - opt_time) / runs;
20 ARGBTestRotate(int src_width, int src_height, int dst_width, int dst_height, libyuv::RotationMode mode, int runs) argument
/external/opencv/cvaux/src/
H A Dcvprewarp.cpp52 int *runs_1, /* result runs 1 */
53 int *runs_2, /* result runs 2 */
54 int *num_runs_1, /* numbers of first runs */
90 int *runs, /* result runs */
111 runs[run_index++] = 0;
112 runs[run_index++] = curr_color;
124 runs[run_index++] = index;
125 runs[run_index++] = color;
133 runs[run_inde
87 icvFindRunsInOneImage( int numLines, uchar * prewarp, int *line_lens, int *runs, int *num_runs ) argument
[all...]
/external/pdfium/core/src/fxge/skia/
H A Dfx_skia_blitter_new.cpp17 const int16_t runs[]) {
24 int width = runs[0];
33 runs += width;
53 int16_t runs[2]; local
54 runs[0] = 1;
55 runs[1] = 0;
59 blitAntiH(x, y++, &alpha, runs);
1748 const int16_t runs[]) {
1759 int width = runs[0];
1777 runs
14 blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]) argument
[all...]

Completed in 256 milliseconds

1234