DEFINE_INTERP_FUNC_1D 1935 libavfilter/vf_lut3d.c #define DEFINE_INTERP_FUNC_1D(name, nbits)                                   \
DEFINE_INTERP_FUNC_1D 1982 libavfilter/vf_lut3d.c DEFINE_INTERP_FUNC_1D(linear,      8)
DEFINE_INTERP_FUNC_1D 1983 libavfilter/vf_lut3d.c DEFINE_INTERP_FUNC_1D(cosine,      8)
DEFINE_INTERP_FUNC_1D 1984 libavfilter/vf_lut3d.c DEFINE_INTERP_FUNC_1D(cubic,       8)
DEFINE_INTERP_FUNC_1D 1985 libavfilter/vf_lut3d.c DEFINE_INTERP_FUNC_1D(spline,      8)
DEFINE_INTERP_FUNC_1D 1987 libavfilter/vf_lut3d.c DEFINE_INTERP_FUNC_1D(nearest,     16)
DEFINE_INTERP_FUNC_1D 1988 libavfilter/vf_lut3d.c DEFINE_INTERP_FUNC_1D(linear,      16)
DEFINE_INTERP_FUNC_1D 1989 libavfilter/vf_lut3d.c DEFINE_INTERP_FUNC_1D(cosine,      16)
DEFINE_INTERP_FUNC_1D 1990 libavfilter/vf_lut3d.c DEFINE_INTERP_FUNC_1D(cubic,       16)
DEFINE_INTERP_FUNC_1D 1991 libavfilter/vf_lut3d.c DEFINE_INTERP_FUNC_1D(spline,      16)