Searched refs:boxblur (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_boxblur.c24 * Apply a boxblur filter to the input video.
79 BoxBlurContext *boxblur = ctx->priv; local
89 boxblur->luma_radius_expr, &boxblur->luma_param .power,
90 boxblur->chroma_radius_expr, &boxblur->chroma_param.power,
91 boxblur->alpha_radius_expr, &boxblur->alpha_param .power);
100 boxblur->chroma_param.power = boxblur
115 BoxBlurContext *boxblur = ctx->priv; local
140 BoxBlurContext *boxblur = ctx->priv; local
309 BoxBlurContext *boxblur = ctx->priv; local
[all...]
H A Dallfilters.c44 REGISTER_FILTER (BOXBLUR, boxblur, vf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dfilter-video.mak39 FATE_FILTER_VSYNTH-$(CONFIG_BOXBLUR_FILTER) += fate-filter-boxblur
40 fate-filter-boxblur: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf boxblur=2:1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dallfilters.c117 REGISTER_FILTER(BOXBLUR, boxblur, vf);
H A Dvf_boxblur.c24 * Apply a boxblur filter to the input video.
208 /* Naive boxblur would sum source pixels from x-radius .. x+radius
339 { "luma_power", "How many times should the boxblur be applied to luma", OFFSET(luma_param.power), AV_OPT_TYPE_INT, {.i64=2}, 0, INT_MAX, .flags = FLAGS },
340 { "lp", "How many times should the boxblur be applied to luma", OFFSET(luma_param.power), AV_OPT_TYPE_INT, {.i64=2}, 0, INT_MAX, .flags = FLAGS },
344 { "chroma_power", "How many times should the boxblur be applied to chroma", OFFSET(chroma_param.power), AV_OPT_TYPE_INT, {.i64=-1}, -1, INT_MAX, .flags = FLAGS },
345 { "cp", "How many times should the boxblur be applied to chroma", OFFSET(chroma_param.power), AV_OPT_TYPE_INT, {.i64=-1}, -1, INT_MAX, .flags = FLAGS },
349 { "alpha_power", "How many times should the boxblur be applied to alpha", OFFSET(alpha_param.power), AV_OPT_TYPE_INT, {.i64=-1}, -1, INT_MAX, .flags = FLAGS },
350 { "ap", "How many times should the boxblur be applied to alpha", OFFSET(alpha_param.power), AV_OPT_TYPE_INT, {.i64=-1}, -1, INT_MAX, .flags = FLAGS },
355 AVFILTER_DEFINE_CLASS(boxblur); variable
376 .name = "boxblur",
[all...]

Completed in 67 milliseconds