Searched refs:lmsize_x (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | unsharp.h | 46 int lmsize_x, lmsize_y, cmsize_x, cmsize_y; member
|
H A D | vf_unsharp.c | 190 set_filter_param(&s->luma, s->lmsize_x, s->lmsize_y, s->lamount); in init() 323 { "luma_msize_x", "set luma matrix horizontal size", OFFSET(lmsize_x), AV_OPT_TYPE_INT, { .i64 = 5 }, MIN_SIZE, MAX_SIZE, FLAGS }, 324 { "lx", "set luma matrix horizontal size", OFFSET(lmsize_x), AV_OPT_TYPE_INT, { .i64 = 5 }, MIN_SIZE, MAX_SIZE, FLAGS },
|
Completed in 3 milliseconds