Home
last modified time | relevance | path

Searched refs:INTERPOLATE_NEAREST (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dtransform.h40 INTERPOLATE_NEAREST, //< Nearest-neighbor (fast) enumerator
48 #define INTERPOLATE_FAST INTERPOLATE_NEAREST
H A Dlut3d.h31 INTERPOLATE_NEAREST, enumerator
H A Dtransform.c137 case INTERPOLATE_NEAREST: in ff_affine_transform()
H A Dvf_lut3d.c53 { "nearest", "use values from the nearest defined points", 0, AV_OPT_TYPE_CONST, {.i64=INTERPOLATE_NEAREST}, 0, 0, TFLAGS, "interp_mode" }, \
1144 case INTERPOLATE_NEAREST: SET_FUNC(nearest); break; in config_input()

Completed in 5 milliseconds