Lines Matching refs:device
51 namespace cv { namespace cuda { namespace device
64 {device::resize<uchar> , 0 /*device::resize<uchar2>*/ , device::resize<uchar3> , device::resize<uchar4> },
65 {0 /*device::resize<schar>*/, 0 /*device::resize<char2>*/ , 0 /*device::resize<char3>*/, 0 /*device::resize<char4>*/},
66 {device::resize<ushort> , 0 /*device::resize<ushort2>*/, device::resize<ushort3> , device::resize<ushort4> },
67 {device::resize<short> , 0 /*device::resize<short2>*/ , device::resize<short3> , device::resize<short4> },
68 {0 /*device::resize<int>*/ , 0 /*device::resize<int2>*/ , 0 /*device::resize<int3>*/ , 0 /*device::resize<int4>*/ },
69 {device::resize<float> , 0 /*device::resize<float2>*/ , device::resize<float3> , device::resize<float4> }