Searched refs:FILL_MIRROR (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | transform.h | 55 FILL_MIRROR, //< Mirrored edge at blank locations enumerator
|
H A D | transform.c | 164 case FILL_MIRROR: in ff_affine_transform()
|
H A D | vf_deshake.c | 74 { "edge", "set edge mode", OFFSET(edge), AV_OPT_TYPE_INT, {.i64=FILL_MIRROR}, FILL_BLANK, FILL_COUNT-1, FLAGS, "edge"}, 78 { "mirror", "mirrored edge at blank locations", 0, AV_OPT_TYPE_CONST, {.i64=FILL_MIRROR}, INT_MIN, INT_MAX, FLAGS, "edge" },
|
Completed in 2 milliseconds