Home
last modified time | relevance | path

Searched refs:__sinf (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_scale_cuda_bicubic.cu39 __sinf(res.x) * __sinf(res.x / 2.0f) / (res.x * res.x / 2.0f); in lanczos_coeffs()
41 __sinf(res.y) * __sinf(res.y / 2.0f) / (res.y * res.y / 2.0f); in lanczos_coeffs()
43 __sinf(res.z) * __sinf(res.z / 2.0f) / (res.z * res.z / 2.0f); in lanczos_coeffs()
45 __sinf(res.w) * __sinf(res.w / 2.0f) / (res.w * res.w / 2.0f); in lanczos_coeffs()
/third_party/ffmpeg/compat/cuda/
Dcuda_runtime.h185 static inline __device__ float __sinf(float a) { return __nvvm_sin_approx_f(a); } in __sinf() function