Home
last modified time | relevance | path

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

/external/opencv3/modules/cudawarping/src/
Dwarp.cpp155 NppiSize srcsz; in call() local
156 srcsz.height = src.rows; in call()
157 srcsz.width = src.cols; in call()
173 nppSafeCall( func(src.ptr<npp_type>(), srcsz, static_cast<int>(src.step), srcroi, in call()
486 NppiSize srcsz; in call() local
487 srcsz.height = src.rows; in call()
488 srcsz.width = src.cols; in call()
498 nppSafeCall( func(src.ptr<npp_type>(), srcsz, static_cast<int>(src.step), srcroi, in call()