DEFINE_INTERP_FUNC  426 libavfilter/vf_lut3d.c #define DEFINE_INTERP_FUNC(name, nbits)                                                             \
DEFINE_INTERP_FUNC  476 libavfilter/vf_lut3d.c DEFINE_INTERP_FUNC(trilinear,   8)
DEFINE_INTERP_FUNC  477 libavfilter/vf_lut3d.c DEFINE_INTERP_FUNC(tetrahedral, 8)
DEFINE_INTERP_FUNC  479 libavfilter/vf_lut3d.c DEFINE_INTERP_FUNC(nearest,     16)
DEFINE_INTERP_FUNC  480 libavfilter/vf_lut3d.c DEFINE_INTERP_FUNC(trilinear,   16)
DEFINE_INTERP_FUNC  481 libavfilter/vf_lut3d.c DEFINE_INTERP_FUNC(tetrahedral, 16)