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

1 2

  /external/opencv3/3rdparty/tbb/
arm_linux_stub.cpp 1 #include "tbb/tbb_misc.h"
3 namespace tbb { namespace
  /external/opencv3/modules/core/include/opencv2/core/
private.hpp 63 # include "tbb/tbb_stddef.h"
65 # include "tbb/tbb.h"
66 # include "tbb/task.h"
80 typedef tbb::blocked_range<int> BlockedRange;
85 tbb::parallel_for(range, body);
88 typedef tbb::split Split;
93 tbb::parallel_reduce(range, body);
96 typedef tbb::concurrent_vector<Rect> ConcurrentRectVector;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
Wedge.java 52 ByteBuffer tbb = ByteBuffer.allocateDirect(VERTS * 2 * 4); local
53 tbb.order(ByteOrder.nativeOrder());
54 mTexBuffer = tbb.asFloatBuffer();
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java 125 ByteBuffer tbb = ByteBuffer.allocateDirect(VERTS * 2 * 4); local
126 tbb.order(ByteOrder.nativeOrder());
  /external/opencv3/samples/gpu/
multi.cpp 15 # include "tbb/tbb_stddef.h"
17 # include "tbb/tbb.h"
18 # include "tbb/task.h"
35 std::cout << "TBB support is required (CMake key 'WITH_TBB' must be true).\n";
73 tbb::parallel_do(devices, devices + 2, Worker());
driver_api_multi.cpp 15 # include "tbb/tbb_stddef.h"
17 # include "tbb/tbb.h"
18 # include "tbb/task.h"
35 std::cout << "TBB support is required (CMake key 'WITH_TBB' must be true).\n";
114 tbb::parallel_do(devices, devices + 2, Worker());
driver_api_stereo_multi.cpp 17 # include "tbb/tbb_stddef.h"
19 # include "tbb/tbb.h"
20 # include "tbb/task.h"
37 std::cout << "TBB support is required (CMake key 'WITH_TBB' must be true).\n";
177 tbb::parallel_do(devices, devices + 2, Worker());
  /external/opencv3/modules/core/src/
parallel.cpp 86 #include "tbb/tbb_stddef.h"
88 #include "tbb/tbb.h"
89 #include "tbb/task.h"
91 #include "tbb/task_arena.h"
97 #endif // end TBB version
117 # define CV_PARALLEL_FRAMEWORK "tbb"
175 void operator ()(const tbb::blocked_range<int>& range) const
209 static tbb::task_scheduler_init tbbScheduler(tbb::task_scheduler_init::deferred)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
StaticTriangleRenderer.java 222 ByteBuffer tbb = ByteBuffer.allocateDirect(VERTS * 2 * 4); local
223 tbb.order(ByteOrder.nativeOrder());
224 mTexBuffer = tbb.asFloatBuffer();
TriangleRenderer.java 190 ByteBuffer tbb = ByteBuffer.allocateDirect(VERTS * 2 * 4); local
191 tbb.order(ByteOrder.nativeOrder());
192 mTexBuffer = tbb.asFloatBuffer();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java 296 ByteBuffer tbb = ByteBuffer.allocateDirect(VERTS * 2 * 4); local
297 tbb.order(ByteOrder.nativeOrder());
298 mTexBuffer = tbb.asFloatBuffer();
  /external/opencv3/modules/videoio/src/
cap_openni.cpp 152 task = new( tbb::task::allocate_root() ) TBBApproximateSynchronizerTask( *this );
153 tbb::task::enqueue(*task);
163 tbb::task::destroy( *task );
261 // If there isn't TBB the synchronization will be executed in the main thread.
313 // If there is TBB the synchronization will be executed in own thread.
340 tbb::mutex mtx;
358 tbb::mutex mtx;
389 tbb::concurrent_bounded_queue<cv::Ptr<xn::DepthMetaData> > depthQueue;
390 tbb::concurrent_bounded_queue<cv::Ptr<xn::ImageMetaData> > imageQueue;
393 class TBBApproximateSynchronizerTask: public tbb::tas
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/beam/
FireflyRenderer.java 116 ByteBuffer tbb = ByteBuffer.allocateDirect(mTextCoords.length * 4); local
117 tbb.order(ByteOrder.nativeOrder());
118 mTextureBuffer = tbb.asFloatBuffer();
  /external/opencv3/modules/calib3d/perf/
perf_pnp.cpp 4 #include "tbb/task_scheduler_init.h"
144 tbb::task_scheduler_init one_thread(1);
  /external/ceres-solver/scripts/
ceres-solver.spec 24 # If the suitesparse package was built with TBB then we need TBB too
26 BuildRequires: tbb-devel
  /external/opencv3/modules/imgproc/src/
histogram.cpp 224 globalHistogram_((tbb::atomic<int>*)hist.data)
284 tbb::atomic<int>* globalHistogram_;
324 ( (tbb::atomic<int>*)(globalHistogram_ + hstep_[0]*idx0) )[idx1].fetch_and_add(1);
336 ((tbb::atomic<int>*)(globalHistogram_ + hstep_[0]*idx0))[idx1].fetch_and_add(1);
404 ( (tbb::atomic<int>*)(globalHistogram_ + hstep_[0]*idx0 + hstep_[1]*idx1) )[idx2].fetch_and_add(1);
421 ( (tbb::atomic<int>*)(globalHistogram_ + hstep_[0]*idx0 + hstep_[1]*idx1) )[idx2].fetch_and_add(1);
457 tbb::mutex* lock )
478 tbb::mutex::scoped_lock lock;
569 tbb::mutex* histogramWriteLock_;
578 tbb::mutex* lock
    [all...]
canny.cpp 236 static tbb::concurrent_queue<uchar*> borderPeaks;
648 int threadsNumber = tbb::task_scheduler_init::default_num_threads();
661 tbb::task_group g;
    [all...]
  /bionic/libc/arch-arm/cortex-a15/bionic/
string_copy.S 273 tbb [pc, r3]
strcat.S 275 tbb [pc, r3]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_bad_reg.s 730 @ TBB
731 tbb [r13, r0]
732 tbb [r15, r0] @ OK
733 tbb [r0, r13]
734 tbb [r0, r15]
thumb32.s 777 tbb [pc, r6]
778 tbb [r0, r9]
thumb32.d     [all...]
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcat.S 273 tbb [pc, r3]
string_copy.S 275 tbb [pc, r3]
  /external/opencv3/apps/traincascade/
boost.cpp 37 # include "tbb/tbb_stddef.h"
39 # include "tbb/tbb.h"
40 # include "tbb/task.h"
49 typedef tbb::blocked_range<int> BlockedRange;
54 tbb::parallel_for(range, body);
    [all...]

Completed in 1006 milliseconds

1 2