{"nearest","use values from the nearest defined points",0,AV_OPT_TYPE_CONST,{.i64=INTERPOLATE_NEAREST},INT_MIN,INT_MAX,FLAGS,"interp_mode"},
{"trilinear","interpolate values using the 8 points defining a cube",0,AV_OPT_TYPE_CONST,{.i64=INTERPOLATE_TRILINEAR},INT_MIN,INT_MAX,FLAGS,"interp_mode"},
{"tetrahedral","interpolate values using a tetrahedron",0,AV_OPT_TYPE_CONST,{.i64=INTERPOLATE_TETRAHEDRAL},INT_MIN,INT_MAX,FLAGS,"interp_mode"},