LANCZOS 123 libavfilter/vf_lensfun.c { "interpolation", "Type of interpolation", OFFSET(interpolation_type), AV_OPT_TYPE_INT, {.i64=LINEAR}, 0, LANCZOS, FLAGS, "interpolation" }, LANCZOS 126 libavfilter/vf_lensfun.c { "lanczos", NULL, 0, AV_OPT_TYPE_CONST, {.i64=LANCZOS}, 0, 0, FLAGS, "interpolation" }, LANCZOS 274 libavfilter/vf_lensfun.c if (lensfun->interpolation_type == LANCZOS) { LANCZOS 354 libavfilter/vf_lensfun.c case LANCZOS: LANCZOS 408 libavfilter/vf_lensfun.c case LANCZOS: LANCZOS 119 libavfilter/vf_v360.c { "lanc", "lanczos interpolation", 0, AV_OPT_TYPE_CONST, {.i64=LANCZOS}, 0, 0, FLAGS, "interp" }, LANCZOS 120 libavfilter/vf_v360.c { "lanczos", "lanczos interpolation", 0, AV_OPT_TYPE_CONST, {.i64=LANCZOS}, 0, 0, FLAGS, "interp" }, LANCZOS 372 libavfilter/vf_v360.c case LANCZOS: LANCZOS 3806 libavfilter/vf_v360.c case LANCZOS: LANCZOS 65 libavfilter/x86/vf_v360_init.c s->interp == LANCZOS ||