Home
last modified time | relevance | path

Searched refs:maxlevel (Results 1 – 14 of 14) sorted by relevance

/external/libunwind/tests/
DGperf-simple.c41 static int maxlevel = 100; variable
58 measure_unwind (int maxlevel, double *step) in measure_unwind() argument
82 if (level <= maxlevel) in measure_unwind()
84 level, maxlevel); in measure_unwind()
93 g1 (int level, int maxlevel, double *step) in g1() argument
95 if (level == maxlevel) in g1()
96 return measure_unwind (maxlevel, step); in g1()
99 return f1 (level + 1, maxlevel, step) + level; in g1()
103 f1 (int level, int maxlevel, double *step) in f1() argument
105 if (level == maxlevel) in f1()
[all …]
DGperf-trace.c41 static int maxlevel = 100; variable
58 measure_unwind (int maxlevel, double *step) in measure_unwind() argument
68 if (level <= maxlevel) in measure_unwind()
70 level, maxlevel); in measure_unwind()
79 g1 (int level, int maxlevel, double *step) in g1() argument
81 if (level == maxlevel) in g1()
82 return measure_unwind (maxlevel, step); in g1()
85 return f1 (level + 1, maxlevel, step) + level; in g1()
89 f1 (int level, int maxlevel, double *step) in f1() argument
91 if (level == maxlevel) in f1()
[all …]
/external/opencv3/modules/photo/src/
Dalign.cpp122 int maxlevel = static_cast<int>(log((double)max(img0.rows, img0.cols)) / log(2.0)) - 1; in calculateShift() local
123 maxlevel = min(maxlevel, max_bits - 1); in calculateShift()
127 buildPyr(img0, pyr0, maxlevel); in calculateShift()
128 buildPyr(img1, pyr1, maxlevel); in calculateShift()
131 for(int level = maxlevel; level >= 0; level--) { in calculateShift()
237 void buildPyr(Mat& img, std::vector<Mat>& pyr, int maxlevel) in buildPyr() argument
239 pyr.resize(maxlevel + 1); in buildPyr()
241 for(int level = 0; level < maxlevel; level++) { in buildPyr()
Dmerge.cpp214 …int maxlevel = static_cast<int>(logf(static_cast<float>(min(size.width, size.height))) / logf(2.0f… in process() local
215 std::vector<Mat> res_pyr(maxlevel + 1); in process()
223 buildPyramid(img, img_pyr, maxlevel); in process()
224 buildPyramid(weights[i], weight_pyr, maxlevel); in process()
226 for(int lvl = 0; lvl < maxlevel; lvl++) { in process()
231 for(int lvl = 0; lvl <= maxlevel; lvl++) { in process()
245 for(int lvl = maxlevel; lvl > 0; lvl--) { in process()
/external/libpcap/
Doptimize.c476 int i, maxlevel; in find_ud() local
483 maxlevel = root->level; in find_ud()
484 for (i = maxlevel; i >= 0; --i) in find_ud()
490 for (i = 1; i <= maxlevel; ++i) { in find_ud()
1569 int i, maxlevel; in opt_blks() local
1573 maxlevel = root->level; in opt_blks()
1576 for (i = maxlevel; i >= 0; --i) in opt_blks()
1587 for (i = 1; i <= maxlevel; ++i) { in opt_blks()
1595 for (i = 1; i <= maxlevel; ++i) { in opt_blks()
/external/opencv3/modules/imgproc/src/
Dpyramids.cpp1323 void cv::buildPyramid( InputArray _src, OutputArrayOfArrays _dst, int maxlevel, int borderType ) in buildPyramid() argument
1330 _dst.create( maxlevel + 1, 1, 0 ); in buildPyramid()
1332 for( int i = 1; i <= maxlevel; i++ ) in buildPyramid()
1338 _dst.create( maxlevel + 1, 1, 0 ); in buildPyramid()
1390 IppStatus ok = ippiPyramidInitAlloc(&gPyr, maxlevel + 1, srcRoi, rate); in buildPyramid()
1402 for( ; i <= maxlevel; i++ ) in buildPyramid()
1435 for( ; i <= maxlevel; i++ ) in buildPyramid()
/external/jemalloc/bin/
Djeprof.in3592 my $maxlevel = shift;
3598 TryCollectProfile($maxlevel, $level, $position);
3602 TryCollectProfile($maxlevel, $level, $position);
3610 my $maxlevel = shift;
3614 if ($level >= ($maxlevel - 1)) {
3619 FetchDynamicProfilesRecurse($maxlevel, $level+1, $position);
/external/opencv3/modules/imgproc/include/opencv2/
Dimgproc.hpp2542 int maxlevel, int borderType = BORDER_DEFAULT );
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...