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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dtransform.h40 INTERPOLATE_NEAREST, //< Nearest-neighbor (fast) enumerator in enum:InterpolateMethod
48 #define INTERPOLATE_FAST INTERPOLATE_NEAREST
H A Dtransform.c161 case INTERPOLATE_NEAREST:
H A Dvf_lut3d.c45 INTERPOLATE_NEAREST, enumerator in enum:interp_mode
85 { "nearest", "use values from the nearest defined points", 0, AV_OPT_TYPE_CONST, {.i64=INTERPOLATE_NEAREST}, INT_MIN, INT_MAX, FLAGS, "interp_mode" }, \
501 case INTERPOLATE_NEAREST: SET_FUNC(nearest); break;

Completed in 107 milliseconds