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;}; struct342 template<> struct TAccPixDist<uchar3> {typedef Ncv32u type;}; struct343 template<> struct TAccPixDist<uchar4> {typedef Ncv32u type;}; argument344 template<> struct TAccPixDist<ushort1> {typedef Ncv32u type;}; struct345 template<> struct TAccPixDist<ushort3> {typedef Ncv32u type;}; struct346 template<> struct TAccPixDist<ushort4> {typedef Ncv32u type;}; struct347 template<> struct TAccPixDist<float1> {typedef Ncv32f type;}; struct348 template<> struct TAccPixDist<float3> {typedef Ncv32f type;}; argument349 template<> struct TAccPixDist<float4> {typedef Ncv32f type;}; struct