Home
last modified time | relevance | path

Searched defs:vec_set (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/cuda/
Dvector_helpers.cuh81 template<typename V> inline __device__ void vec_set(float &a, V b) { a = b; } in vec_set() function
82 template<typename V> inline __device__ void vec_set(uchar &a, V b) { a = b; } in vec_set() function
83 template<typename V> inline __device__ void vec_set(ushort &a, V b) { a = b; } in vec_set() function