OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:heightii
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/cudalegacy/test/
TestIntegralImage.cpp
83
Ncv32u
heightII
= this->height + 1;
89
NCVMatrixAlloc<T_out> d_imgII(*this->allocatorGPU.get(), widthII,
heightII
);
91
NCVMatrixAlloc<T_out> h_imgII(*this->allocatorCPU.get(), widthII,
heightII
);
93
NCVMatrixAlloc<T_out> h_imgII_d(*this->allocatorCPU.get(), widthII,
heightII
);
TestRectStdDev.cpp
94
Ncv32u
heightII
= this->height + 1;
103
NCVMatrixAlloc<Ncv32u> d_imgII(*this->allocatorGPU.get(), widthII,
heightII
);
105
NCVMatrixAlloc<Ncv32u> h_imgII(*this->allocatorCPU.get(), widthII,
heightII
);
/external/opencv3/modules/cudalegacy/src/cuda/
NPP_staging.cu
386
Ncv32u
HeightII
= roi.height + 1;
388
Ncv32u PaddedHeightII32 = getPaddedDimension(
HeightII
, sizeof(Ncv32u), gpuAllocator.alignment());
416
(Ncv32u *)d_dst, dstStep*sizeof(Ncv32u), NcvSize32u(
HeightII
, WidthII));
440
Ncv32u
HeightII
= roi.height + 1;
442
Ncv32u PaddedHeightII32 = getPaddedDimension(
HeightII
, sizeof(Ncv32u), gpuAllocator.alignment());
444
Ncv32u PaddedHeightII64 = getPaddedDimension(
HeightII
, sizeof(Ncv64u), gpuAllocator.alignment());
478
d_dst, dstStep*sizeof(Ncv64u), NcvSize32u(
HeightII
, WidthII));
598
Ncv32u
HeightII
= roiSize.height + 1;
601
for (Ncv32u i=1; i<
HeightII
; i++)
632
Ncv32u
HeightII
= roiSize.height + 1
[
all
...]
Completed in 319 milliseconds