Searched refs:TAccPixDist (Results 1 – 1 of 1) sorted by relevance
340 template<typename Tfrom> struct TAccPixDist {}; struct341 template<> struct TAccPixDist<uchar1> {typedef Ncv32u type;}; argument342 template<> struct TAccPixDist<uchar3> {typedef Ncv32u type;}; argument343 template<> struct TAccPixDist<uchar4> {typedef Ncv32u type;}; struct344 template<> struct TAccPixDist<ushort1> {typedef Ncv32u type;}; argument345 template<> struct TAccPixDist<ushort3> {typedef Ncv32u type;}; argument346 template<> struct TAccPixDist<ushort4> {typedef Ncv32u type;}; struct347 template<> struct TAccPixDist<float1> {typedef Ncv32f type;}; argument348 template<> struct TAccPixDist<float3> {typedef Ncv32f type;}; argument349 template<> struct TAccPixDist<float4> {typedef Ncv32f type;}; struct