13 #ifndef __CL_Easings__
14 #define __CL_Easings__
41 return pow(input, 2, type);
45 return pow(input, 3, type);
50 return pow(input, 4, type);
55 return pow(input, 5, type);
static fpreal cubic(const fpreal input, const CL_EasingType type)
ImageBuf OIIO_API pow(const ImageBuf &A, cspan< float > B, ROI roi={}, int nthreads=0)
GLint GLint GLsizei GLint GLenum GLenum type
static fpreal quad(const fpreal input, const CL_EasingType type)
static fpreal quart(const fpreal input, const CL_EasingType type)
static fpreal quint(const fpreal input, const CL_EasingType type)