LenscorrectionCtx 49 libavfilter/vf_lenscorrection.c { "cx", "set relative center x", offsetof(LenscorrectionCtx, cx), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 1, .flags=FLAGS }, LenscorrectionCtx 50 libavfilter/vf_lenscorrection.c { "cy", "set relative center y", offsetof(LenscorrectionCtx, cy), AV_OPT_TYPE_DOUBLE, {.dbl=0.5}, 0, 1, .flags=FLAGS }, LenscorrectionCtx 51 libavfilter/vf_lenscorrection.c { "k1", "set quadratic distortion factor", offsetof(LenscorrectionCtx, k1), AV_OPT_TYPE_DOUBLE, {.dbl=0.0}, -1, 1, .flags=FLAGS }, LenscorrectionCtx 52 libavfilter/vf_lenscorrection.c { "k2", "set double quadratic distortion factor", offsetof(LenscorrectionCtx, k2), AV_OPT_TYPE_DOUBLE, {.dbl=0.0}, -1, 1, .flags=FLAGS }, LenscorrectionCtx 117 libavfilter/vf_lenscorrection.c LenscorrectionCtx *rect = ctx->priv; LenscorrectionCtx 128 libavfilter/vf_lenscorrection.c LenscorrectionCtx *rect = ctx->priv; LenscorrectionCtx 143 libavfilter/vf_lenscorrection.c LenscorrectionCtx *rect = (LenscorrectionCtx*)ctx->priv; LenscorrectionCtx 223 libavfilter/vf_lenscorrection.c .priv_size = sizeof(LenscorrectionCtx),