Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
DNCVPixelOperations.hpp340 template<typename Tfrom> struct TAccPixDist {}; struct
341 template<> struct TAccPixDist<uchar1> {typedef Ncv32u type;}; argument
342 template<> struct TAccPixDist<uchar3> {typedef Ncv32u type;}; argument
343 template<> struct TAccPixDist<uchar4> {typedef Ncv32u type;}; struct
344 template<> struct TAccPixDist<ushort1> {typedef Ncv32u type;}; argument
345 template<> struct TAccPixDist<ushort3> {typedef Ncv32u type;}; argument
346 template<> struct TAccPixDist<ushort4> {typedef Ncv32u type;}; struct
347 template<> struct TAccPixDist<float1> {typedef Ncv32f type;}; argument
348 template<> struct TAccPixDist<float3> {typedef Ncv32f type;}; argument
349 template<> struct TAccPixDist<float4> {typedef Ncv32f type;}; struct