template struct cv::cudev::MakeVec<short, 4>

#include <vec_traits.hpp>

template <>
struct MakeVec<short, 4>
{
    // typedefs

    typedef short4 type;
};