Searched refs:gMapYSize (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/examples/parallel_for/polygon_overlay/ |
| H A D | polymain.cpp | 83 gMapYSize = ypixelsPerMap; // one pixel per box, rather. in main() 85 gPolyYBoxSize = ypixelsPerMap / gMapYSize; in main() 90 int minySize = 2 * BORDER_SIZE + gMapYSize; in main() 161 unsigned int newY = gMapYSize; in ParseCmdLine() 335 gMapYSize = newY; in ParseCmdLine() 545 #define indx(i, j) (i * gMapYSize + j) in CheckPolygonMap() 553 #define yRangeCheck(str, n) rangeCheck(str, n, gMapYSize) in CheckPolygonMap() 564 int gMapXSize, gMapYSize; in CheckPolygonMap() local 581 gMapYSize = mapYhigh + 1; in CheckPolygonMap() 585 for (int j = 0; j < gMapYSize; j++) { in CheckPolygonMap() [all …]
|
| H A D | pover_video.cpp | 78 &gPolymap1, gMapXSize, gMapYSize, gNPolygons, /*red*/ 255, /*green*/ 0, /*blue*/ 127); in on_process() 81 &gPolymap2, gMapXSize, gMapYSize, gNPolygons, /*red*/ 0, /*green*/ 255, /*blue*/ 127); in on_process() 101 new RPolygon(0, 0, gMapXSize - 1, gMapYSize - 1, 0, 0, 0); // Clear the output space in on_process()
|
| H A D | pover_global.hpp | 63 DEFINE int gMapYSize INIT(30); 68 DEFINE int gMapYSize INIT(1000);
|
| H A D | polyover.cpp | 162 new RPolygon(0, 0, gMapXSize - 1, gMapYSize - 1, 0, 0, 0); // Clear the output space in NaiveParallelOverlay() 432 new RPolygon(0, 0, gMapXSize - 1, gMapYSize - 1, 0, 0, 0); // Clear the output space in SplitParallelOverlay() 559 new RPolygon(0, 0, gMapXSize - 1, gMapYSize - 1, 0, 0, 0); // Clear the output space in SplitParallelOverlayCV() 694 new RPolygon(0, 0, gMapXSize - 1, gMapYSize - 1, 0, 0, 0); // Clear the output space in SplitParallelOverlayETS()
|