Lines Matching refs:srcRoi
142 typedef NppStatus (*func_t)(const npp_type* pSrc, NppiSize srcSize, int srcStep, NppiRect srcRoi, npp_type* pDst,
159 NppiRect srcroi;
160 srcroi.x = 0;
161 srcroi.y = 0;
162 srcroi.height = src.rows;
163 srcroi.width = src.cols;
173 nppSafeCall( func(src.ptr<npp_type>(), srcsz, static_cast<int>(src.step), srcroi,
489 NppiRect srcroi;
490 srcroi.x = srcroi.y = 0;
491 srcroi.height = src.rows;
492 srcroi.width = src.cols;
498 nppSafeCall( func(src.ptr<npp_type>(), srcsz, static_cast<int>(src.step), srcroi,