Searched refs:Ncv32u_a (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NCVHaarObjectDetection.hpp | 212 typedef Ncv32u __attribute__((__may_alias__)) Ncv32u_a; typedef 214 typedef Ncv32u Ncv32u_a; typedef 229 this->_ui4.y = *(Ncv32u_a *)&t; in setThreshold() 235 this->_ui4.z = *(Ncv32u_a *)&nl; in setLeftNodeDesc() 241 this->_ui4.w = *(Ncv32u_a *)&nr; in setRightNodeDesc() 277 this->_ui2.x = *(Ncv32u_a *)&t; in setStageThreshold()
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NPP_staging.cu | 1597 typedef Ncv32u __attribute__((__may_alias__)) Ncv32u_a; typedef 1599 typedef Ncv32u Ncv32u_a; typedef 1608 *(Ncv32u_a *)&elemRemove, pBuffer, bufSize, devProp); in nppsStCompact_32f() 1646 …return nppsStCompact_32u_host((Ncv32u *)h_src, srcLen, (Ncv32u *)h_dst, dstLen, *(Ncv32u_a *)&elem… in nppsStCompact_32s_host() 1653 …return nppsStCompact_32u_host((Ncv32u *)h_src, srcLen, (Ncv32u *)h_dst, dstLen, *(Ncv32u_a *)&elem… in nppsStCompact_32f_host()
|