OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Warp
(Results
1 - 12
of
12
) sorted by null
/external/opencv3/modules/cudev/include/opencv2/cudev/warp/
warp.hpp
62
struct
Warp
81
for(It t = beg +
Warp
::laneId(); t < end; t += WARP_SIZE)
88
for(InIt t = beg +
Warp
::laneId(); t < end; t += WARP_SIZE, out += WARP_SIZE)
96
for(InIt t = beg +
Warp
::laneId(); t < end; t += WARP_SIZE, out += WARP_SIZE)
104
uint lane =
Warp
::laneId();
116
uint lane =
Warp
::laneId();
scan.hpp
50
#include "
warp
.hpp"
65
const uint laneId =
Warp
::laneId();
/external/opencv3/modules/core/include/opencv2/core/cuda/
warp.hpp
54
struct
Warp
63
/** \brief Returns the
warp
lane ID of the calling thread. */
scan.hpp
48
#include "opencv2/core/cuda/
warp
.hpp"
144
const unsigned int
warp
= tid >> warp_log;
local
153
if(
warp
== 0)
158
ptr [scan.warp_offset +
warp
] = (Kind == INCLUSIVE) ? val : ptr [idx];
161
if(
warp
== 0 )
165
if (
warp
> 0)
166
val = ptr [scan.warp_offset +
warp
- 1] + val;
183
const unsigned int laneId = cv::cuda::device::
Warp
::laneId();
222
//Bottom-level inclusive
warp
scan
225
//Save top elements of each
warp
for exclusive warp sca
[
all
...]
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
nada_unittest.cc
405
int64_t
Warp
(int64_t input) {
456
Warp
(exp_smoothed_delays_ms[i]));
459
Warp
(exp_smoothed_delays_ms[i]));
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
reduce.hpp
47
#include "../
warp
.hpp"
299
const unsigned int laneId =
Warp
::laneId();
reduce_key_val.hpp
47
#include "../
warp
.hpp"
427
const unsigned int laneId =
Warp
::laneId();
/external/opencv3/modules/cudev/include/opencv2/cudev/block/detail/
reduce.hpp
52
#include "../../
warp
/
warp
.hpp"
53
#include "../../
warp
/shuffle.hpp"
342
const uint laneId =
Warp
::laneId();
reduce_key_val.hpp
52
#include "../../
warp
/
warp
.hpp"
351
const uint laneId =
Warp
::laneId();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h
495
Status
Warp
(const PointF *destPoints, INT count, const RectF& srcRect,
/external/opencv3/modules/cudalegacy/src/cuda/
NCVHaarObjectDetection.cu
62
#include "opencv2/core/cuda/
warp
.hpp"
95
const unsigned int laneId = cv::cuda::device::
Warp
::laneId();
133
//Bottom-level inclusive
warp
scan
136
//Save top elements of each
warp
for exclusive
warp
scan
137
//sync to wait for
warp
scans to complete (because s_Data is being overwritten)
144
//wait for
warp
scans to complete
149
//grab top
warp
elements
155
//return updated
warp
scans with exclusive scan results
[
all
...]
NPP_staging.cu
48
#include "opencv2/core/cuda/
warp
.hpp"
100
const unsigned int laneId = cv::cuda::device::
Warp
::laneId();
156
//Bottom-level inclusive
warp
scan
159
//Save top elements of each
warp
for exclusive
warp
scan
160
//sync to wait for
warp
scans to complete (because s_Data is being overwritten)
167
//wait for
warp
scans to complete
172
//grab top
warp
elements
178
//return updated
warp
scans with exclusive scan results
[
all
...]
Completed in 386 milliseconds