Home
last modified time | relevance | path

Searched refs:INTERPOLATE_1D_LINEAR (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_lut3d.c1644 INTERPOLATE_1D_LINEAR, enumerator
1817 …rpolation mode", OFFSET(interpolation), AV_OPT_TYPE_INT, {.i64=INTERPOLATE_1D_LINEAR}, 0, NB_IN…
1819 …ues from the linear interpolation", 0, AV_OPT_TYPE_CONST, {.i64=INTERPOLATE_1D_LINEAR}, 0, 0,…
2155 case INTERPOLATE_1D_LINEAR: SET_FUNC_1D(linear); break; in config_input_1d()