Searched refs:make_float4 (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/compat/cuda/ |
D | cuda_runtime.h | 120 #define make_float4(a, b, c, d) ((float4){.x = a, .y = b, .z = c, .w = d}) macro 133 TEX2D(float4, make_float4(a, b, c, d))
|
/third_party/ffmpeg/libavfilter/cuda/ |
D | vector_helpers.cuh | 68 …template<> inline __device__ float4 to_floatN<T, float4>(const T &a) { return make_float4(a.x, a.y… 104 return make_float4( in lerp_scalar()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_scale_cuda_bicubic.cu | 32 float4 res = make_float4( in lanczos_coeffs()
|