Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/test/
DNCVTestSourceProvider.hpp132 Ncv32u srcFullChunks = dst.width() / this->dataWidth; in fill() local
133 for (Ncv32u j=0; j<srcFullChunks; j++) in fill()
141 memcpy(dst.ptr() + i * dst.stride() + srcFullChunks * this->dataWidth, in fill()
161 Ncv32u srcFullChunks = (Ncv32u)dst.length() / srcLen; in fill() local
162 for (Ncv32u j=0; j<srcFullChunks; j++) in fill()
168 … memcpy(dst.ptr() + srcFullChunks * srcLen, this->data.get()->ptr(), srcLastChunk * sizeof(T)); in fill()