interpolation     524 libavfilter/af_adeclick.c             ret = interpolation(c, src, s->ar_order, c->acoefficients, index,
interpolation      41 libavfilter/af_flanger.c     int interpolation;
interpolation      67 libavfilter/af_flanger.c     { "interp", "delay-line interpolation", OFFSET(interpolation), AV_OPT_TYPE_INT, {.i64=0}, 0, 1, A, "itype" },
interpolation     181 libavfilter/af_flanger.c             if (s->interpolation == INTERPOLATION_LINEAR) {
interpolation      58 libavfilter/vf_geq.c     int interpolation;
interpolation      86 libavfilter/vf_geq.c     { "interpolation","set interpolation method", OFFSET(interpolation), AV_OPT_TYPE_INT, {.i64=INTERP_BILINEAR}, 0, NB_INTERP-1, FLAGS, "interp" },
interpolation      87 libavfilter/vf_geq.c     { "i",          "set interpolation method",   OFFSET(interpolation), AV_OPT_TYPE_INT, {.i64=INTERP_BILINEAR}, 0, NB_INTERP-1, FLAGS, "interp" },
interpolation     110 libavfilter/vf_geq.c     if (geq->interpolation == INTERP_BILINEAR) {
interpolation      70 libavfilter/vf_lensfun.c     const float *interpolation;
interpolation      88 libavfilter/vf_lensfun.c     float *interpolation;
interpolation     273 libavfilter/vf_lensfun.c     if (!lensfun->interpolation)
interpolation     275 libavfilter/vf_lensfun.c             lensfun->interpolation = av_malloc_array(LANCZOS_RESOLUTION, sizeof(float) * 4);
interpolation     276 libavfilter/vf_lensfun.c             if (!lensfun->interpolation)
interpolation     280 libavfilter/vf_lensfun.c                     lensfun->interpolation[index] = 1.0f;
interpolation     283 libavfilter/vf_lensfun.c                     lensfun->interpolation[index] = lanczos_kernel(a);
interpolation     368 libavfilter/vf_lensfun.c                                 d = thread_data->interpolation[(int)(d * LANCZOS_RESOLUTION)];
interpolation     422 libavfilter/vf_lensfun.c                                 d = thread_data->interpolation[(int)(d * LANCZOS_RESOLUTION)];
interpolation     487 libavfilter/vf_lensfun.c             .interpolation = lensfun->interpolation,
interpolation     516 libavfilter/vf_lensfun.c     av_freep(&lensfun->interpolation);
interpolation      74 libavfilter/vf_lut3d.c     int interpolation;          ///<interp_mode
interpolation     102 libavfilter/vf_lut3d.c     { "interp", "select interpolation mode", OFFSET(interpolation), AV_OPT_TYPE_INT, {.i64=INTERPOLATE_TETRAHEDRAL}, 0, NB_INTERP_MODE-1, FLAGS, "interp_mode" }, \
interpolation    1087 libavfilter/vf_lut3d.c     switch (lut3d->interpolation) {
interpolation    1524 libavfilter/vf_lut3d.c     int interpolation;          ///<interp_1d_mode
interpolation    1685 libavfilter/vf_lut3d.c     { "interp", "select interpolation mode", OFFSET(interpolation),    AV_OPT_TYPE_INT, {.i64=INTERPOLATE_1D_LINEAR}, 0, NB_INTERP_1D_MODE-1, FLAGS, "interp_mode" },
interpolation    2021 libavfilter/vf_lut3d.c     switch (lut1d->interpolation) {
interpolation      45 libavfilter/vf_perspective.c     int interpolation;
interpolation      80 libavfilter/vf_perspective.c     { "interpolation", "set interpolation", OFFSET(interpolation), AV_OPT_TYPE_INT, {.i64=LINEAR}, 0, 1, FLAGS, "interpolation" },
interpolation     440 libavfilter/vf_perspective.c     switch (s->interpolation) {