Searched refs:INTERPOLATE_NEAREST (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | transform.h | 40 INTERPOLATE_NEAREST, //< Nearest-neighbor (fast) enumerator 48 #define INTERPOLATE_FAST INTERPOLATE_NEAREST
|
H A D | lut3d.h | 31 INTERPOLATE_NEAREST, enumerator
|
H A D | transform.c | 137 case INTERPOLATE_NEAREST: in ff_affine_transform()
|
H A D | vf_lut3d.c | 53 { "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